Tag Archive | "sshfs"

Grabbing and Sending files and folders over SSH

Saturday, August 15, 2009

0 Comments

SCP allows you to transfer files over ssh between computers Copying to remote machines To copy a file to a remote machine run the following If you want to copy a directory you would use -r which would look like this and if you want to specify a SSH port use -P which would look [...]

Continue reading...