Send a file or directory to remote server on terminal

To send a file:

scp /path/to/file [email protected]:~/destination/pathCode language: Bash (bash)

To send a directory:

scp -r /path/to/folder [email protected]:~/destination/pathCode language: Bash (bash)


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.