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

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

  • With a hostname: tftp://hpe.com/a.txt

To specify TFTP:

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

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

    The valid blocksize range is 8-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