Forrest logo
back to context overview

tftp

List of commands for tftp:

  • tftp:tldr:640e1 tftp: Set the transfer mode to binary or ascii through the tftp client.
    $ mode ${select}
    try on your machine
    explain this command
  • tftp:tldr:c4d9d tftp: Connect to a TFTP server specifying its IP address and port.
    $ tftp ${server_ip} ${port}
    try on your machine
    explain this command
  • tftp:tldr:d1836 tftp: Connect to a TFTP server using IPv6 and force originating port to be in [R]ange.
    $ tftp ${server_ip} -6 -R ${port}:${port}
    try on your machine
    explain this command
  • tftp:tldr:e0a27 tftp: Connect to a TFTP server and execute a TFTP [c]ommand.
    $ tftp ${server_ip} -c ${command}
    try on your machine
    explain this command
back to context overview