![]() |
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 ; ) |
man scp
scp username@server:/path/to/file /local/place/to/put/file |
errrr ftp?
|
thx liquid moe, i'll give it a shot...
[Labrat] i'm a graphics guy, and not too technically inclined ; ) |
shit sometimes i forget phatservers has the fastest support crew i've ever seen..
wget file.. damn almost too easy. |
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