scp: add -P example (#5027)
This commit is contained in:
@@ -2,11 +2,16 @@
|
|||||||
|
|
||||||
> Secure copy.
|
> Secure copy.
|
||||||
> Copy files between hosts using Secure Copy Protocol over SSH.
|
> Copy files between hosts using Secure Copy Protocol over SSH.
|
||||||
|
> More information: <https://man.openbsd.org/scp>.
|
||||||
|
|
||||||
- Copy a local file to a remote host:
|
- Copy a local file to a remote host:
|
||||||
|
|
||||||
`scp {{path/to/local_file}} {{remote_host}}:{{path/to/remote_file}}`
|
`scp {{path/to/local_file}} {{remote_host}}:{{path/to/remote_file}}`
|
||||||
|
|
||||||
|
- Use a specific port when connecting to the remote host:
|
||||||
|
|
||||||
|
`scp {{path/to/local_file}} -P {{port}} {{remote_host}}:{{path/to/remote_file}}`
|
||||||
|
|
||||||
- Copy a file from a remote host to a local directory:
|
- Copy a file from a remote host to a local directory:
|
||||||
|
|
||||||
`scp {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
|
`scp {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
|
||||||
|
Reference in New Issue
Block a user