Home > AI > Language > LinuxShell >

SCP

Copy file from a local host to remote host SCP example:

$ scp file.txt username@to_host:/remote/directory/

Copy file from a remote host to local host SCP example:

$ scp username@from_host:file.txt /local/directory/

Show progress

$ scp -v
Related posts:
    No posts found.

Leave a Reply