This is a Re-Upload from my previous channel.
Mac Linux Terminal: SSH File Transfer Part 2
Mac Linux Terminal: SSH File Transfer Part 2 In this tutorial I will show in this follow up vid to my previous tutorial on ssh file tranfers,.
open up terminal type:
ssh -l username yourIPaddress
press enter
type password.
scp -r file/location username@ipAddress:/file/location
press enter
type in password when promted.
Have Fun & Enjoy.