what about using ftp functions from PHP?
http://www.php.net/manual/en/ref.ftp.php
----- Original Message -----
From: "Scott" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 29, 2001 10:58 AM
Subject: [PHP] fopen for ftp transfers
> Hi-
>
> I am attempting to transfer files from one server to another via ftp. I
> am wondering if this is the best method to transfer files within PHP or
> should I seek other methods. Here is the way I am doing it now:
>
> $sendfile =
> fopen("ftp:user:[EMAIL PROTECTED]/testfile", "w");
>
> Thanks
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]