2-3source-filename: Source file name.destination-filename: Destination file name.source: Configures parameters for source address binding.z interface interface-type interface-number: Specifies the source interface by its type and number.The primary IP address configured on the source interface is the source IP address of the packetssent by TFTP. If no primary IP address is configured on the source interface, the transmission fails.z ip source-ip-address: Specifies the source IP address for the current TFTP client to transmitpackets. This source address must be an IP address that has been configured on the device.DescriptionUse the tftp command to upload files from the local device to a TFTP server or download files from theTFTP server to the local device.z If no destination file name is specified, a file is saved using the same name as that on the remoteFTP server to the current working directory of the user (namely, the working directory where thetftp command is executed).z The priority of the source address specified with this command is higher than that specified with thetftp client source command. If you use the tftp client source command to specify the sourceaddress first and then with the tftp command, the latter one is adopted.Related commands: tftp client source.Examples# Download the config.cfg file from the TFTP server with the IP address of 192.168.0.98 and save it asconfig.bak. Specify the source IP address to be 192.168.0.92. tftp 192.168.0.98 get config.cfg config.bak source ip 192.168.0.92...File will be transferred in binary modeDownloading file from remote TFTP server, please wait....TFTP: 372800 bytes received in 1 second(s)File downloaded successfully.# Upload the config.cfg file from the local device to the default path of the TFTP server with the IPaddress of 192.168.0.98 and save it as config.bak. Specify the source IP interface to beVlan-interface1. tftp 192.168.0.98 put config.cfg config.bak source interface vlan-interface1File will be transferred in binary modeSending file to remote TFTP server. Please wait...TFTP: 345600 bytes sent in 1 second(s).File uploaded successfully.tftp client sourceSyntaxtftp client source { interface interface-type interface-number | ip source-ip-address }undo tftp client source