![]() |
Server/Server moving shit
Via ftp , whats the prog like wsftp that you can do that?
|
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. |
FlashFXP
|
Flash FXP rocks juicy
|
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.gz |
Thanks big time and thank guys :thumbsup :thumbsup
|
welcome fucker:glugglug
|
Juicy,
where are you on LI? we're in jericho hit me on icq |
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 :Graucho |
let's go to jericho
|
I agree SCP dat puppy!
Quote:
|
| All times are GMT -7. The time now is 10:44 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123