Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2008-11-15 14:01:22
Size: 399
Editor: localhost
Comment: converted to 1.6 markup
Revision 6 as of 2010-04-22 19:30:36
Size: 654
Editor: 12
Comment: Provided a simple description of tftp.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[Describe tftp.] 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.
Line 4: Line 4:
[[http://mail.python.org/pipermail/python-list/2001-January/024980.html]],
[[http://www.penguin-soft.com/penguin/man/8/atftpd.html]] (small, but no
Python content?), and ...

Tftpy
is a pure python TFTP client and server implementation under development. See the [[http://tftpy.sourceforge.net/|homepage]] for more information.
 * [[http://mail.python.org/pipermail/python-list/2001-January/024980.html]]
 * [[http://tftpy.sourceforge.net/|TFTPy]] is a pure python TFTP client and server implementation under development.

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.