SUPPORT THE SITE WITH A CLICK

Subscribe Rss:

SUPPORT THE SITE WITH A CLICK

Saturday, September 5, 2009

Transfer folders from server to server in linux

If you want to transfer files or folders from one linux system to another, then scp would be enough.
To get help on the usage of a linux command, just type man scp

Now i want to get the files from Linux A to Linux B


First Login into Linux A and enter into the directory you want to transfer to Linux B

cd /home/Linux A/Music
scp -r foldername linuxb@genlinux.org:/home/Linux B/Music/

For all folders
scp -r * linuxb@genlinux.org:/home/Linux B/Music/

Related posts


Mount remote folders into Linux Machine using sshfs
Moving, renaming, and copying files in linux

No comments :

Post a Comment