Thursday, July 17, 2014

SSH and SCP

To SSH a remote machine, use the following command:

ssh username@xxx.xxxxxx.edu

To SCP a file or folder from remote to local, use the following command

scp -r(for folder) username@xxx.xxxxxx.edu:filename/foldername .(local current folder)

 To scp from local to remote, use the following command:

scp runstereoflow username@xxx.xxxxxx.edu:/home-XXX/XXXXXX

No comments:

Post a Comment