Categories: FTP & SSH & Telnet Software, Networking Software
- Home
- Linux
- Networking Software
- minimumTFTP
- Downloading...
minimumTFTP 20110917
minimumTFTP is a TFTP server and client written in Python.Basic usage: >>> import minimumTFTP server running >>> tftpServer = minimumTFTP.Server('C:\server_TFTP_Directory') >>> tftpServer.run() client running >>> arg1:...