Rss Feed
Tweeter button
Facebook button
Technorati button
Reddit button
Myspace button
Linkedin button
Webonews button
Delicious button
Digg button

Posts Tagged ‘ host to host ’

SCP Command remote host to remote host

Jan 21st, 2009 | By Rio Yotto | Category: Computer Code

sometimes we need to fast copy files from one server to another servers .. or one remote host to another remote host using ftp clients, but it can’t works ..
i’m using scp linux command to fixed this stuff.
scp or shell copy running well on my centos machines.
this is the command : scp filename user@hostname:/another_remote_host
any questions [...]