PDA

View Full Version : Direct FTP transfer from one host to another



deeplist
March 1st, 2002, 23:01
Does anybody know of a ftp client or some software program where I can take the files from one host and move them to another host and keep all the CHMOD settings and everything. Basicly a direct transfer from one host to another? It would be of great help! :)

Bruce
March 1st, 2002, 23:08
Well if you use paid hosting you could FXP the files from one server to the other. Free hosts have the feature disabled though.

Or it would be a lot easier if you have shell access.

deeplist
March 1st, 2002, 23:12
My host currently has FXP disabled. :( I am really looking for a FTP client.

Bruce
March 1st, 2002, 23:16
A different ftp client won't help you out anymore. If you don't have shell access either, then you'll have to download everything and re-upload it.

deeplist
March 1st, 2002, 23:20
nm. I have found out how to make a site to site connection using two cuteFTP windows. :D

Bruce
March 1st, 2002, 23:22
That's exactly what FXP is -- a site to site file transfer. :confused2:

is0lized
March 1st, 2002, 23:22
share with us... also how would you do it via shell?

Webdude
March 2nd, 2002, 03:56
There are several ways to transfer files via shell. One is ftp. However, if you just want to transfer several large files from a web accessible location, it's easier to use wget..

> wget http://domain.com/directory/filename.ext

and you can see that sucker fly over fast..

niv
March 2nd, 2002, 15:16
Or for the entire thing:

wget -rl0 ftp://domain.com/

:devious2: