PLANET XGS3-24040 User Manual
Page 82
XGS3 Command Guide
1-82
Download files to the FTP client.
Parameter:
address to which the files or directories to be copied; forms of
on different locations of the files or directories. ascii indicates the ASCII standard will be adopted; binary indicates
that the binary system will be adopted in the file transmission(default transmission method).When URL represents
an
FTP
address, its form should be:
ftp://
FTP user name,
the FTP server/client,
download and upload with hosts mapping with IPv4 addresses,
file.
Special keywords of the filename
Keywords
Source or destination addresses
running-config
Running configuration files
startup-config
Startup configuration files
nos.img
System files
nos.rom
System startup files
Command Mode:
Admin Mode.
Usage Guide:
This command supports command line hints, namely if the user can enter commands in following forms: copy
ftp server ip/ipv6 address [x.x.x.x]/[x:x::x:x] >
ftp username>
ftp password>
ftp filename>
Requesting for FTP server address, user name, password and file name
Examples:
(1) Save images in the FLASH to the FTP server of 10.1.1.1, FTP server username is Switch, password is superuser
Switch#copy nos.img ftp://Switch:[email protected]/nos.img
(2) Obtain system file nos.img from the FTP server 10.1.1.1, the username is Switch, password is superuser
Switch#copy ftp://Switch:[email protected]/nos.img nos.img