Via ftp , whats the prog like wsftp that you can do that?
Server/Server moving shit
Collapse
X
-
Tags: None
-
Flashfxp(.com), you just need to make sure your ftp server allows fxp, in proftpd you just need to add one line, it says so somewhere in the FAQ.
Or just use the ftp command or wget.
Multihomed quality BW for less
ICQ 51034232 - MSN [email protected] - Email keydet(at)vibehosting.com -
-
if you've got shell, you could just make a tarball, fetch it an delete it.
On old juicy server, sitting outside the directory you want to tar up:
# tar -cvpf juicy.tar directoryname
# gzip juicy.tar
Then move the file somewhere web accessible for a second...
# mv juicy.tar.gz /full/path/to/where/you/want/it
and on the other machine:
# wget http://www.juicylinks.com/juicy.tar.gz
and the new server will fetch the file from the old.
Be sure to delete the file afterward though ;)
Then on your new server put hte file where you want your old directory to appear & type:
# tar -zxvf juicy.tar.gzLast edited by goBigtime; 11-11-2003, 06:41 AM.Comment
-
-
-
Juicy,
where are you on LI? we're in jericho
hit me on icq
~ Webair Dedicated Cloud Servers™ ~ WEBAIR VSYS™ Virtual Hosting Platform ~ Superior CDN Network ~
~ Managed Dedicated hosting Specialists ~ DISCOUNT DOMAIN NAMES! ~ WEBAIR FUSION IO MANAGED CLOUD SERVERS! ~
ICQ: 243116321 - TWITTER - @WEBAIRINC - E-Mail: [email protected]Comment
-
-
I agree SCP dat puppy!
Originally posted by Weppel
Why not take it a step further, and do it through the shell itself with scp ;)
oldserver] scp file.tar root@newserver:/dir/where/you/want/it
enter the root password for the new server, and it's copying
Comment


Comment