André Amorim

Crafting Web Experiences

//

Send a file or directory to remote server on terminal

To send a file:

scp /path/to/file [email protected]:~/destination/path

To send a directory:

scp -r /path/to/folder [email protected]:~/destination/path

Published date:

Modified date: