3Com Switch 7750 SeriesCommand Reference Guide – FTP and TFTP Chapter 1 FTP and TFTP Configuration Commands1-25source-file: Name of the file to be downloaded from the TFTP server.dest-file: File name which the downloaded file is to be saved as.DescriptionUse the tftp get command to download a file from a TFTP server to the local switch.Related command: tftp put.Example# Download the file named abc.txt from the TFTP server whose IP address is 1.1.1.1and save it as efg.txt.<3Com> tftp 1.1.1.1 get abc.txt efg.txtFile will be transferred in binary mode.Downloading file from remote tftp server, please wait......TFTP: 35 bytes received in 0 second(s).File downloaded successfully.1.3.2 tftp putSyntaxtftp tftp-server put source-file [ dest-file ]ViewUser viewParametertftp-server: IP address or the host name of a TFTP server.source-file: Name of the file to be uploaded to the TFTP server.dest-file: File name which the uploaded file is to be saved as.DescriptionUse the tftp put command to upload a file to a specified directory on a TFTP server.Related command: tftp get.Example# Upload the file named vrpcfg.cfg to the TFTP server whose IP address is 1.1.1.1 andsave it as temp.cfg.<3Com> tftp 1.1.1.1 put vrpcfg.cfg temp.cfgFile will be transferred in binary mode.Copying file to remote tftp server. Please wait... /TFTP: 962 bytes sent in 0 second(s).File uploaded successfully.