
2 – Command Line Interface Usage Downloading and Uploading Files
S
To upload a file from the workstation to the switch, do the following
1.Enter the FTP command and the switch IP address or symbolic name.
>ftp 10.0.0.1
2.When prompted for a user and password, enter the FTP account name and password (images, images).
user:images password: images
3.Set binary mode and use the Put command to upload the file (config_switch_169).
ftp>put config_switch_169 configdata
xxxxxbytes sent in xx secs.
ftp>quit
|