Hide thumbs Also See for TX54:
Table of Contents

Advertisement

Command line interface

scp

Copy a file or directory over SSH.
scp hostSTRINGlocalSTRING [portINTEGER] remoteSTRINGtoSTRINGuserSTRING
Parameters
host
The name or address of the remote host.
Syntax: {hostname|IPv4_address|IPv6_address}
Type: string
local
The file to copy to or from on the local device.
Type: string
port
The SSH port to use to connect to the remote host.
Default: 22
Maximum: 65535
Minimum: 1
Syntax: {Integer}
Type: integer
remote
The file to copy to or from on the remote host.
Type: 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)
Type: string
user
The username to use when connecting to the remote host.
Type: string
TX54 User Guide
Command line reference
786

Advertisement

Table of Contents
loading

Table of Contents