scp Copy files between computers

scp is a command used to copy files between to systems. in this wiki we will cover using it to transfer from a computer being accessed through ssh.

Instructions

Notes

If you want to copy every file in your current directory change the commmand “scp” to “scp -r” and then replace your “fileName” with “*”.