TFTP
Serve files with Trivial File Transfer Protocol (TFTP).
The TFTP server can be used in conjunction with DHCP server custom options to bootstrap devices that support Zero Touch Provisioning over TFTP.
Files may be downloaded from the TFTP server. Uploads are not supported.
Properties
Enable
Enable the network service.
- Data type: boolean
- Default:
false - Configuration
CLI: (cli)> config service tftp enable
Port
The UDP port to listen for TFTP client requests on.
- Data type: integer
- Default:
69 - Minimum: 1
- Maximum: 65535
- Configuration
- Required
CLI: (cli)> config service tftp port
Serve files from filesystem
TFTP clients may get files from the referenced filesystem.
- Data type: reference path
- References instances of: Storage / Filesystems
- Default:
/storage/volume/tftpboot - Configuration
- Required
CLI: (cli)> config service tftp filesystem
