you could just tar/gzip up the entire tree,
open a regular FTP session and FTP it all over
in one shot.

trying to write the whole thing in PHP is a waste
of time if the sole purpose is to move files as
easily and quickly as possible.



> -----Original Message-----
> From: Andreas D. Landmark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 4:54 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] need some help..
> 
> 
> At 14.03.2001 00:44, you wrote:
> >Why, Don't you use the ftp functions to ftp everything over, instead of
> >reading in all the files.  If you can get telnet access you could ftp them
> >straight from your telnet connection.
> >
> >
> >At 06:31 PM 3/13/01 -0500, [EMAIL PROTECTED] wrote:
> > >Im moving servers within the week.. and I got about 600mbs worth of stuff
> >on
> > >there, and me being on 56K its nearly an impossible tasks.
> > >
> > >I thought up of a solution, but need to get it implemented. Have a script
> > >open a directory and fopen all the files from the remote server and
> >transfer
> > >it to my new one. Anyone ever done something similar to this? is it
> >possible?
> > >
> > >- Thanks
> 
> 
> Or use FXP to transfer it straight between the ftp's (if they support it 
> though,
> if not, go with the ssh/telnet solution.)
> 
> 
> 
> --
> Andreas D. Landmark / noXtension
> PGP ID:0xB2BEAE80 / 4096bits
> Fingerprint:654B 3BCD 1130 9B3A 08BB  AB1A BF72 841D B2BE AE80
> 
> 
> -- 
> 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]

Reply via email to