3com 5500-ei pwr Reference Guide

Page of 1314
 
2-3 
  File downloaded successfully. 
# Download file temp.txt from the TFTP server (1.1.1.1) and save it as test1.txt (suppose that free 
space of the Flash is insufficient and the TFTP server does not support file size negotiation).  
<Sysname> tftp 1.1.1.1 get temp.txt test1.txt 
  File will be transferred in binary mode. 
  Downloading file from remote tftp server, please wait...... 
    Not enough space; Writing to device failed; Downloaded data will be deleted............. 
  Deleting file successful. 
# Download file temp.txt from the TFTP server (1.1.1.1) and save it as test2.txt (suppose that free 
space of the Flash is insufficient and the TFTP server supports file size negotiation). 
<Sysname> tftp 1.1.1.1 get temp.txt test2.txt 
  File will be transferred in binary mode. 
  Downloading file from remote tftp server, please wait...... 
  Not enough space; Quit writing to device; Created file will be deleted............. 
  Deleting file successful. 
tftp put 
Syntax 
tftp tftp-server put source-file dest-file ] 
View 
User view 
Parameters 
tftp-server: IP address or the host name of a TFTP server, a string of 1 to 20 characters. If the switch 
belongs to a cluster, the value cluster means to connect to the TFTP server of the cluster. For the 
configuration of the TFTP server of a cluster, refer to the Cluster part in this manual. 
source-file: Name of the file to be uploaded to the TFTP server. 
dest-file: File name used when a file is uploaded and saved to a TFTP server. 
Description 
Use the tftp put command to upload a file to a specified directory on a TFTP server. 
When uploading files to a TFTP server, you can only select the files under the current working directory 
of the device. To upload files in another directory, use the cd command to change to the specified 
directory in user view before executing the tftp put command. For the execution of the cd command, 
refer to the File System Management part in this manual. 
Related commands: tftp get. 
Examples 
# Upload file config.cfg to the TFTP server whose IP address is 1.1.1.1 and save it as temp.cfg
<Sysname> tftp 1.1.1.1 put config.cfg temp.cfg 
  File will be transferred in binary mode. 
  Copying file to remote tftp server. Please wait... / 
  TFTP:      962 bytes sent in 0 second(s).