transfer files via ssh
individual files:
download
scp user@remote_host:remote_file local_file
upload
scp local_file user@remote_host:remote_file
directories:
just add -r:
scp -r user@remote_host:remote_file local_file
Written by Wern Ancheta
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ssh
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#