minimumTFTP 20110917
tftp server and client.
tftp server and client.
Requirements
- Python 3.x
Support only RFC 1350. No ascii mode.
basic usage:
>>> import minimumTFTPserver running
>>> tftpServer = minimumTFTP.Server('C:\server_TFTP_Directory') >>> tftpServer.run()client running
>>> arg1: server_IP_address >>> arg2: client_directory >>> arg3: get or put filename>>> tftpClient = minimumTFTP.Client(arg1, arg2, arg3)get
>>> tftpClient.get()put
>>> tftpClient.put()
- use python -m:
- server runnning
- python -m minimumTFTP -s [directory]
- client get
- python -m minimumTFTP -g [serverIP] [directory] [filename]
- client put
- python -m minimumTFTP -p [serverIP] [directory] [filename]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| minimumTFTP-20110917.zip (md5) | Source | 2011-09-23 | 6KB | 350 | |
- Author: shigekiyamada
- Bug Tracker: https://github.com/LossCuts/minimumTFTP/issues
- Download URL: https://github.com/LossCuts/minimumTFTP
- Keywords: network,internet,tftp
- License: MIT
- Categories
- Package Index Owner: shigekiyamada
- DOAP record: minimumTFTP-20110917.xml
