PROGRAMS

scp (secure copy)

Article by:
Date Published:
Last Modified:

Overview

scp (secure copy) is a UNIX command-line program.

Copy File From Local To Remote

1
$ scp ~/myfile.txt [email protected]:~/

Copy Directory From Local To Remote

1
$ scp -r ~/myfolder username@ip_address:~/folder_on_remote
1
$ scp -r ~/myfolder username@ip_address:~/folder_on_remote

Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Tags

    comments powered by Disqus