ADC CLI Commands

scp

The following operations can be performed on “scp”:

scp

Securely copies data from one computer to another, in SSH protocol.

Synopsis

scp [-r] [-C] [-q]

Arguments

r Recursively copy subdirectories.

C Enable compression.

q Quiet output. Disable the progress meter.

sourceString Source user, host, and file path, specified as @:. The user and host parts are optional.

destString Destination user, host, and file path, specified as

@:. The user and host parts are optional. ### Example scp /nsconfig/ns.conf nsroot@10.102.4.107:/nsconfig/
scp

In this article