2.7. TFTP filesystemΒΆ

barebox has read/write support for the Trivial File Transfer Protocol (TFTP, RFC1350).

TFTP is not designed as a filesystem. It does not have support for listing directories. This means a ls to a TFTP-mounted path will show an empty directory. Nevertheless, the files are there.

Example:

barebox:/ mount -t tftp 192.168.23.4 /mnt/tftp

In addition to the TFTP filesystem implementation, barebox does also have a tftp command.