110Usages guidelinesIf you execute this command multiple times, the most recent configuration takes effect.The source address specified with the tftp command takes precedence over the source addressspecified with the tftp client source command.The source address specified with the tftp client source command applies to all TFTP connections.The source address specified with the tftp command applies only to the current TFTP connection.Examples# Specify the source IP address of 192.168.20.222 for outgoing TFTP packets. system-view[Sysname] tftp client source ip 192.168.20.222Related commandstftptftp ipv6Use tftp ipv6 to download a file from a TFTP server or upload a file to a TFTP server in an IPv6network.Syntaxtftp ipv6 tftp-server [ -i interface-type interface-number ] { get | put | sget } source-filename[ destination-filename ] [ vpn-instance vpn-instance-name ] [ dscp dscp-value | source { interfaceinterface-type interface-number | ipv6 source-ipv6-address } ] *ViewsUser viewPredefined user rolesnetwork-adminParameterstftp-server: Specifies the IPv6 address or host name of a TFTP server. The host name can be acase-insensitive string of 1 to 253 characters and can contain only letters, digits, hyphens (-),underscores (_), and dots (.).-i interface-type interface-number: Specifies an output interface by its type and number. This optioncan be used only when the TFTP server address is a link local address and the specified outputinterface has a link local address. For link local address configuration, see Layer 3—IP ServicesConfiguration Guide.get: Downloads a file and writes the file directly to the destination file. If the destination file alreadyexists, the system deletes the existing file before starting the download operation. The existing file ispermanently deleted even if the download operation fails.put: Uploads a file.sget: Downloads a file and saves the file to memory before writing it to the destination file. Thesystem starts to write the downloaded file to the destination file only after the downloaded file issaved to memory successfully. If the destination file already exists, the downloaded file overwritesthe existing file. If the download or save-to-memory operation fails, the existing file is not overwritten.source-file: Specifies the source file name, a case-insensitive string of 1 to 255 characters.destination-file: Specifies the destination file name, a case-insensitive string of 1 to 255 characters. Ifthis argument is not specified, the file uses the source file name.