How to transfer file from one machine to another
Linux / UNIX / OS X SSH scp Client Examples
In the following example, transfer all files (/var/www/html) from remote server called server1 to another server called server2:
scp -r user@server1:/var/www/html/ user@server2:/var/www/html/
I found something similar elsewhere and really enjoyed. Some more of this please! Thx
Hey cutie from a girlyreader contunue the fab work