

Standard-compliant port: 69 - requires superuser p PORT, -port PORT Port the server will listen on. host HOST IP of the interface the server will listen on. h, -help show this help message and exit

If you would like more functionality or if you find a bug, please open a PR :). It is not actively developed, but it provides a solid minimum set of functionality and works on Python versions 3.5 though 3.9. Strings are now bytes because all text is unicode.Tracebacks attached to exceptions - woo!.New unpacking methods - some sweet stuff right there (3.5+).asyncio - Tasks for spinning up extra handlers.asyncio - Transports and Protocols for networking.While a toy project, it does adhere to enough of the standards to be useful in real life. Additionally, it supports block number roll over, so files of any size can be transferred over. It was written for the pure joy of working with Python 3 and implements RFC 1350 (except mail mode), RFC 2347 (options), RFC 2348 (blksize option), RFC 2349 (timeout, tsize), and RFC 7440 (windowsize) for RRQ. P圓tftp is an asynchronous TFTP server written in Python 3.
