tftplib ?

Steven Adams quickdry at users.sourceforge.net
Mon Jan 1 03:37:37 EST 2001


TFTP == Trivial File Transfer Protocol

its a very simple protocol that has no access controls built into it
like FTP does. Basically you issue a read/write request, and then
send/receive the data in UDP packets.

See RFC 1350
http://www.cis.ohio-state.edu/rfc/rfc1350.txt

Steven





More information about the Python-list mailing list