GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Server/Server moving shit (https://gfy.com/showthread.php?t=196047)

Juicy D. Links 11-11-2003 08:15 AM

Server/Server moving shit
 
Via ftp , whats the prog like wsftp that you can do that?

keyDet79 11-11-2003 08:32 AM

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.

sync 11-11-2003 08:34 AM

FlashFXP

Veterans Day 11-11-2003 08:36 AM

Flash FXP rocks juicy

goBigtime 11-11-2003 08:36 AM

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

Juicy D. Links 11-11-2003 08:42 AM

Thanks big time and thank guys :thumbsup :thumbsup

Veterans Day 11-11-2003 08:44 AM

welcome fucker:glugglug

webair 11-11-2003 10:08 AM

Juicy,

where are you on LI? we're in jericho

hit me on icq

Weppel 11-11-2003 11:56 AM

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

JamesK 11-11-2003 11:58 AM

let's go to jericho

PbG 11-12-2003 07:56 PM

I agree SCP dat puppy!


Quote:

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 :Graucho



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