TFTP URL

Syntax

tftp://<IP-ADDR>[:<PORT-NUM>][;blocksize=<Value>]/<FILENAME>

Examples

To specify a URL with:

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

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

  • a hostname: 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