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