资 源 简 介
This program is a TFTP server.
http://www.skipole.plus.com/skipole/images/TFTPgui_main.PNG http://www.skipole.plus.com/skipole/images/TFTPgui_setup.PNG
It is intended to run as a user initiated program, rather than a service daemon, and displays a gui interface allowing the user to stop and start the tftp server.
It provides a simple tftp server for engineers to download and upload configuration files from equipment such as routers and switches.
Written in Python to be multi-platform
Easy to install (standard library, pure python, no dependencies, put it anywhere and run)
Easy to uninstall – delete directory and files
To run: move to the directory where you have un-tarred the source, and type:
python tftpgui.py
or, if using Linux, and you want to listen on port 69:
sudo python tftpgui.py
Notes;
The tftpgui_2_1_py25_install.exe for Windows includes an embedded Py