24.
File System for Configuration Script Files
MN700004 Rev 01
288
Command Syntax
device-name
(config script-file-system)#
upload-to
A.B.C.D
SOURCE-FILE
[
DEST-
FILE
]
Argument Description
A.B.C.D
The IP address of the TFTP server.
SOURCE-FILE
The name of the source file that is copied from the script file system.
DEST-FILE
(Optional) The name of the destination file, in the TFTP server. If the name is not
specified, the file is stored with the SOURCE-FILE name.
Example
device-name
(config script-file-system)#
upload-to 10.4.0.4 test1
%upload complete
scp
The
scp
command, in Script-file-system Configuration mode, allows for secure copying of
files over insecure network.
Command Syntax
device-name
(config script-file-system)#
scp
A.B.C.D
NAME
FILE
[
DEST-FILE
]
Argument Description
A.B.C.D
The IP address of the TFTP server.
NAME
Username to use.
SOURCE-FILE
Name of the source file that is copied from the script file system.
DEST-FILE
(Optional). The name of the destination file, in the TFTP server. If the name is not
specified, the file is stored with the SOURCE-FILE name.
Example
device-name
(config script-file-system)#
upload-to 10.4.0.4 test1
%upload complete