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 to server transfer anyone? (https://gfy.com/showthread.php?t=161505)

The Truth Hurts 08-08-2003 02:25 AM

server to server transfer anyone?
 
is there a tool, or command line that I can use to get a file from one server to another?

I've got theis 600 MB tar file I need to move from one host to another, and dl/up would take too long ; )

liquidmoe 08-08-2003 02:26 AM

man scp

scp username@server:/path/to/file /local/place/to/put/file

[Labret] 08-08-2003 02:27 AM

errrr ftp?

The Truth Hurts 08-08-2003 02:38 AM

thx liquid moe, i'll give it a shot...

[Labrat] i'm a graphics guy, and not too technically inclined ; )

The Truth Hurts 08-08-2003 02:42 AM

shit sometimes i forget phatservers has the fastest support crew i've ever seen..

wget file..

damn almost too easy.

rudeboi 08-08-2003 02:47 AM

The best way is to use scp, rsync, or wget depending on the situation .. scp/rsync if you have to loginto a server, wget if itt's just available via fto or www.

In general, get into the habit of using rsync. Rsync is very useful, ESPECIALLY for moving around large directory structures or doing backups. Rsync has a great algorithm for detecting changes in files, and changes files in directory structures.. It uses this to do great differential copies..

If you're mirroring a tree with thousands of files, rsync is definately the way to go.. it can give 200-300% speedups on large trees.. a common command line would be :

rsync -e ssh -avcz server1:/path/to/files server2:/path/to/files

I use this for syncing up 8 geographically distributed webservers from one central "gold" server.


All times are GMT -7. The time now is 04:50 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123