HP MSR2000/3000/4000 Router Series Fundamentals Command Reference
197
tftp
Use tftp to log in to a TFTP server.
Syntax
tftp server-ipv4-address { get remote-file local-file | put local-file remote-file }
tftp ipv6 server-ipv6-address { get remote-file local-file | put local-file remote-file }
Views
User view
Parameters
server-ipv4-address: Specifies the IPv4 address of the TFTP server in dotted decimal notation.
server-ipv6-address: Specifies the IPv6 address of the TFTP server.
get remote-file local-file: Downloads a file from the TFTP server. The remote-file argument indicates the file
to be downloaded. The local-file argument indicates the name for the downloaded file.
put local-file remote-file: Uploads a file to the TFTP server. The local-file argument indicates the file to be
uploaded. The remote-file argument indicates the name for the uploaded file.
Usage guidelines
If the traffic is heavy on the network and the file transfer speed is low, you can press Ctrl+C to abort the
transfer and try again later.
Examples
# Log in to TFTP server 192.168.1.100, download the 111. t x t file, and save it to a local file named 222.txt.
<boot> tftp 192.168.1.100 get 111.txt cfa0:/222.txt
# Upload the startup configuration file named startup.cfg to TFTP server 192.168.1.100.
<boot> tftp 192.168.1.100 put cfa0:/startup.cfg startup.cfg