1
configUpload
1-85
Telnet Commands
Example To create a backup file of switch configuration information:
swd5:admin> configDownload "citadel", "jdoe", "config.txt", "passwd"
upload complete
swd5:admin>
If you enter the command with no operands, the system prompts you
for the appropriate values:
swd154:admin> configUpload
Server Name or IP Address [citadel]: 192.168.15.42
User Name [none]: user21
File Name [config.txt]: config-switch.txt
Password:xxxxxx
upload complete
swd154:admin>
Errors Listed below are possible reasons for this upload to fail:
◆ The host name is not known to the switch.
◆ The host IP address cannot be contacted.
◆ The user does not have permission on the host.
◆ The user runs a script that prints something at login.
◆ The FTP server is not running on the host.
See Also
configDefault
configDownload
configShow
configure
file
Specify a filename in quotation marks; for example,
"
config.txt". Absolute pathnames may be specified
using forward slash (/). Relative pathnames create the
file in the user’s home directory on UNIX hosts, and in
the directory where the FTP server is running on
Windows hosts. This operand is optional.
passwd
Specify a password in quotation marks. This operand is
optional.