There is no use of TFTP service in embedded development, its function is mainly used to transfer files to target board.
Tftpd32.exe is now the most frequently used tftpserver, and today it is introduced in its configuration method.
1. Download the new version number from here Tftpd32.exe
2. (If the system is Vista or Win7, right-click the tftpd32 icon, with administrator privileges to execute, so talented enough to save the configuration) double-click Tftpd32.exe, start the TFTP server (Tftpd32.exe will self-detect to the native IP, The native IP will appear in the drop-down menu to the right of Serverinterface.
4. Configuration
Click Settingsbutton to enter the setup form. The main changes basedirectory, that is, the root folder of the server (data storage folder), other items as set by the diagram can be, note: globalsettings must select a TFTP server. When set, click OKButton Save.
5. Testing is needless to say, first ensure that the server host and target board on the same network segment, and then use HyperTerminal on the target board to execute the tftp< address >< file name, if successful, there will be a successful transmission prompt!
Configuration of Green Tftpserver:tftpd32