Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2011-09-14 11:34:36
Size: 764
Editor: 2
Comment:
Revision 10 as of 2019-12-02 00:25:39
Size: 804
Comment: Removed dead mail archive link, clarified Py3 status
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * [[http://mail.python.org/pipermail/python-list/2001-January/700229.html]]
Line 7: Line 6:
 * [[https://github.com/psychomario/PyPXE]] TFTP with DHCP for PXE. Python 3 support is not here yet but is planned.

TFTP is an extremely simple (some would say trivial) file transfer protocol. This simplicity is achieved by only having 6 message types and only allowing a single message to be in flight at a given time. TFTP is often used in embedded environments where simplicity of implementation is more important than attempting to achieve high throughput. TFTP is often layered over UDP, though this is not necessary.

References to Python-related tftp servers:

tftp (last edited 2019-12-02 00:25:39 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.