SFTP and SCP¶
These standard utilities are available for local area transfers of small files. They are not recommended for use with large data transfers due to poor performance and excess resource utilization on the login nodes.
See Globus for performing large data transfers.
scp
: Examples¶
Examples sourced from this page
-
Copy a local file to a remote host:
-
Use a specific port when connecting to the remote host:
-
Copy a file from a remote host to a local directory:
-
Recursively copy the contents of a directory from a remote host to a local directory:
-
Copy a file between two remote hosts transferring through the local host:
-
Use a specific username when connecting to the remote host:
-
Use a specific SSH private key for authentication with the remote host:
-
Use a specific proxy when connecting to the remote host: