Command line interface Command line reference
AnywhereUSB® Plus User Guide
716
scp
Copy a file or directory over SSH.
scp host STRING local STRING [port INTEGER] remote STRING to STRING user
STRING
Parameters
host
The name or address of the remote host.
Syntax: STRING
local
The file to copy to or from on the local device.
Syntax: STRING
port
The SSH port to use to connect to the remote host.
Syntax: INT
Maximum: 65535
Minimum: 1
Default: 22
remote
The file to copy to or from on the remote host.
Syntax: STRING
to
Copy the file from the local device to the remote host, or from the remote host to the local device.
Syntax: (remote|local)
user
The username to use when connecting to the remote host.
Syntax: STRING