Owner's manual
Service Mode CLI Commands
2-7
switchpolicy Configure Switch Policy.
telnet Configure system Telnet settings.
user Configure user information.
watchdogtimer Enable/disable watch dog timer
wlan Configure WLAN for the system.
SM-WS5000.(Cfg)>
2.2.8 copy
Copies a file (system image (*.img) or configuration file (*.cfg) from the WS5000 to a (T)FTP server, or vice
versa. TFTP can be used to transfer
*.sys.img, *.cfg, and *.sym files. FTP can be used to transfer .krb,
.sys.img, .cfg, and .sym files.
IMPORTANT! DO NOT USE THIS COMMAND FOR FILES LARGER THAN 32MB.
Syntax
For TFTP:
copy <source> <destination>
For FTP:
copy <source> <destination> [ -u <ftp_user> ] [ -m <ftp_mode> ]
Parameters
Example
SM-WS5000> copy tftp system
Enter the file name to be copied from TFTP server : backup.sys.img
source The source of the file. Possible values are:
• [protocol:]//<hostname or IP address>/[filename]. For example,
ftp://<ipAddress/path/[file_name]. If a filename is not supplied, the system will
prompt for one, in addition to a password.
•tftp
•ftp
•system
•.
• <filename, including path>
destination The destination of the file. Possible values are:
•tftp
•ftp
•system
•.
•/
• [protocol:]//<hostname or IP address>
ftp_user FTP username. Default is anonymous.
mode FTP transfer mode, either ascii or binary. Default is binary.
!