TFTP URL

Syntax

tftp://[:][;blocksize=<值>]/

Examples

To specify a URL with:

  • an IPv4 address:tftp://1.1.1.1/a.txt

  • an IPv6 address:tftp://[2000: 2):/a.txt

  • 主机名:tftp://hpe.com/a.txt

To specify TFTP with:

  • the port number of the server in the URL:tftp://1.1.1.1:12 / a.txt

  • the blocksize in the URL:tftp://1.1.1.1;blocksize=1462/a.txt

    The valid blocksize range is 8 to 65464.

  • the port number of the server and blocksize in the URL:tftp://1.1.1.1:12;blocksize=1462/a.txt

To specify a file in a directory of URL:tftp://1.1.1.1/dir/a.txt