Linux: Copy files between Linux Servers with scp
by Ali on Oct.29, 2008, under Linux
From source server:
scp /<source directory> <username>@<destination server>:/<target directory>
To copy directories recursively use “-r” option.
To the extent possible under law, the creator has waived all copyright and related or neighboring rights to this work.