summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/tftp.rst
blob: 273be5ee2aeb6adb45397579fafae27257642bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. index:: tftp (filesystem)

.. _filesystems_tftp:

TFTP support
============

barebox has read/write support for the Trivial File Transfer Protocol.

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

Example::

  mount -t tftp 192.168.23.4 /mnt/tftp