# tftpd32 **Repository Path**: elecfunwb/tftpd32 ## Basic Information - **Project Name**: tftpd32 - **Description**: 基于tftpd32(http://tftpd32.jounin.net/) 170203 V4.61(https://tftpd64.codeplex.com/) 版本的开源代码开发,汉化界面,增加保存最近的5个路径,打开时自动添加最近的5个路径到地址下拉框,支持文件夹路径拖拽。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2017-08-11 - **Last Updated**: 2023-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is the complete source code for Tftpd32 and Tftpd64, the industry standard TFTP server. The code has been splitted into 2 parts : - the GUI management - the background process They communicate together by messages sent through a TCP socket. In addition to separate processing and display, this allow a remote monitoring for the service edition. _common and _libs directories contains files which belongs to both parts. GUI processing is in the _gui directory. Demon and background processing is found into _services directory. Initializations are in the _main directory tftpd32.sln and .vcxproj files are the project files necessary for building the executables. All code is released under the European Public License, which is compatible with the GPLv2.