2-4Parameterstftp-server: IP address or the host name of a TFTP server, a string of 1 to 20 characters. If the switchbelongs to a cluster, the value cluster means to connect to the TFTP server of the cluster. For theconfiguration 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.DescriptionUse 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 directoryof the device. To upload files in another directory, use the cd command to change to the specifieddirectory 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. tftp 1.1.1.1 put config.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.tftp tftp-server source-interfaceSyntaxtftp tftp-server source-interface interface-type interface-number { get source-file [ dest-file ] | putsource-file-url [ dest-file ] }ViewUser viewParameterstftp-server: IP address or host name of the TFTP server to be connected to, a string of 1 to 20characters. If the switch belongs to a cluster, the value cluster means to connect to the TFTP server ofthe cluster. For the configuration of the TFTP server of a cluster, refer to the Cluster part in this manual.interface-type: Type of the source interface.interface-number: Number of the source interface.get: Specifies to download a file from the TFTP server.source-file: Name of the file to be downloaded.dest-file: File name used when a file is downloaded and saved to the switch.put: Specifies to upload a file to the TFTP server.source-file-url: Path and 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.