scp - secure copy
scp foo.txt ubuntu@hostname:/home/ubuntu- Copy foo.txt into the specified remote directoryscp ubuntu@hostname:/home/ubuntu/foo.txt /C:\Users\Admin- Copy foo.txt from the specified remote directory
scp foo.txt ubuntu@hostname:/home/ubuntu - Copy foo.txt into the specified remote directoryscp ubuntu@hostname:/home/ubuntu/foo.txt /C:\Users\Admin - Copy foo.txt from the specified remote directory