Project DescriptionTftp server for windows ce is a quick and dirty port of a gpl unix implemetation of the tftp protocol. It should be used for helping the development in boards based on Windows CE that doesn´t have activesync
Original source code taken from
http://tftp.sourceforge.netopts.c and opst.h implementation taken from
http://www.seebs.netTFTPServer for Windows CE
DisclaimerThis software should be used as a development tool only. It should not be used in production devices at all,
because
1-) It is buggy
2-) It is just a hacked port from an untested unix implementation
3-) It is not secure AT ALL
License: GPL
Instructions:
Copy the tftpserverce.exe to the target windows ce device and run it.
use your preferred tftp client or use the custom SendTo Bat file.
change %BOARDIP% value in tftpce.bat or set a %BOARDIP% enviroment variable with the ip of the board.
Copy tftpce.bat to <Documents and Settins>\<username>\SendTo
Right click on any file -> SendTo -> TFTPCE
Know issues
Can´t send more than X files
---> This is a limitation of the command line building for the batch file.
Can´t Send directories.
Features added from a standard TFTP server
> You can ascend or descend directories.
If you want to recompile the source, make sure that you have the STANDARDSDK_500 sdk, avaliable at
http://www.microsoft.com/DownLoads/details.aspx?familyid=FA1A3D66-3F61-4DDC-9510-AE450E2318C3&displaylang=enQuestions?
Marcelo van Kampen - mvkampen at gmail.com