Description
Implements the Trivial File Transfer Protocol in pure Python for clients, servers, or automation that need simple file transfers. It is commonly useful for network boot, embedded devices, and controlled lab environments.
Developers and administrators use it as a network library. TFTP has little built-in security, so avoid untrusted networks and restrict paths, permissions, and exposed files carefully.