Technical References
Specifies a comma separated list of paths the TFTP server will use
to resolve TFTP requests. If use-home-directory-as-root is
enabled, the paths in the search list are ignored and the home
directory is used to resolve all TFTP requests.
session-timeout rangeint(1-2147483647) default = 20
Specifies the maximum length of time the TFTP server will wait
after transmitting the initial response before giving up retrying
on that response. If no response is received from the client
within this timeout period, the TFTP session is terminated.
use-home-directory-as-root bool default = disabled
Specifies whether or not the TFTP server will treat pathnames
contained within TFTP requests as if the paths were rooted at the
specified home directory. If this feature is enabled, the TFTP
server will attempt to resolve both absolute and relative
pathnames to paths located beneath the specified home directory.
write-access bool default = disabled
Specifies how the TFTP server should respond to file write requests
from TFTP clients. If this feature is disabled, the TFTP server
will refuse file write requests.
write-allow-file-create bool default = disabled
Specifies whether to allow file creates on a PUT. If false and
write-access equals true, the file must exist on the server for the
PUT to succeed. If true and write-access is true, then the file
does not need to exist on the server first and will be created on
a PUT. max-inbound-file-size will apply a limit to the size of
the file.
tftp-interface
tftp-interface - Configures the network interfaces of the TFTP
server
Synopsis
tftp-interface <name> create [<attribute>=<value>]
tftp-interface <name> delete
tftp-interface list
tftp-interface listnames
tftp-interface <name> show
tftp-interface <name> set <attribute>=<value> [<attribute>=<value> ...]
tftp-interface <name> get <attribute>
tftp-interface <name> unset <attribute>
tftp-interface <name> enable <attribute>
tftp-interface <name> disable <attribute>
Description