Re: [PHP] fopen for ftp transfers

2001-11-02 Thread Scott

Perfect and just what I was looking for!  I was able to finish my program 
today using
it and the boss is wondering how I did it so fast!  HINT:  he thought I was 
using perl.


At 01:59 PM 10/29/2001 -0400, Frewuill Rodriguez wrote:
what about using ftp functions from PHP?

http://www.php.net/manual/en/ref.ftp.php


-- 
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]




Re: [PHP] fopen for ftp transfers

2001-10-29 Thread Frewuill Rodriguez

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]