To send a file:
scp /path/to/file [email protected]:~/destination/path
Code language: Bash (bash)
To send a directory:
scp -r /path/to/folder [email protected]:~/destination/path
Code language: Bash (bash)
Team Leader, JavaScript Lover, WordPress Engineer
To send a file:
scp /path/to/file [email protected]:~/destination/path
Code language: Bash (bash)
To send a directory:
scp -r /path/to/folder [email protected]:~/destination/path
Code language: Bash (bash)
Leave a Reply