29
Oct/08
0

Linux: Copy files between Linux Servers with scp

From source server:

scp /<source directory> <username>@<destination server>:/<target directory>

To copy directories recursively use “-r” option.

Related posts:

  1. Linux: vsftpd and symbolic links
  2. Linux: Download files using wget from protected url’s – resume broken downloads
  3. Linux: Find and delete files/directories recursively in Linux
  4. Linux: find a string recursively within files
  5. Linux: .htaccess and .htpasswd files

Tagged as: ,
Comments (0) Trackbacks (0)

No comments yet.

Leave a comment

No trackbacks yet.