Good idea, but I don't want to have to deal with all the permission settings
for each and every directory I want to upload to. Potential security risk.
The directories are typically webpage directories I'm uploading to.

-Chipp

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of andu
Sent: Monday, December 10, 2001 3:27 PM
To: [EMAIL PROTECTED]
Subject: Re: putting a file to a web server


Chipp Walters wrote:
>
> I tried:
>
>  put url "file:c:\test.txt" into url "http://myserver.com/test.txt";
>
> to put a file on my server and it doesn't work. It appears that RR uses
> "PUT" and IIS doesn't support this (I think). If anyone has done this
> successfully, please let me know.

I don't think any public web server would allow PUT without
authentication even if it did support it.
Try
put url "file:c:\test.txt" into url
"http://username:[EMAIL PROTECTED]/test.txt";
and make sure you have the right permissions to upload files.

As to using ftp, why not upload it directly to the correct directory.

>
> The alternative is to FTP a file up to a server, then use an ASP page to
> copy it to the correct directory.
>
> -Chipp
>

--
__________________________
 Regards, Andu
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to