hello,
is available an FTP server for windows ce that support XMD5 command ?

thanks
stefano Magni

Re: FTP server on WinCe 5 by Michel

Michel
Thu Jun 05 04:12:33 PDT 2008

The FTP server on CE 5 is very basic, so although I did not check it I
am pretty sure that command is not supported. You have full source of
the FTP server though, so nothing is stopping you from implementing it.

Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE Ltd.
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

stefano_mi74@yahoo.it wrote:
> hello,
> is available an FTP server for windows ce that support XMD5 command ?
>
> thanks
> stefano Magni

Re: FTP server on WinCe 5 by Valter

Valter
Fri Jun 06 02:03:40 PDT 2008

"Michel Verhagen (eMVP)" <michel@nospam.box> wrote in
news:u1S6O0vxIHA.2184@TK2MSFTNGP02.phx.gbl:

> The FTP server on CE 5 is very basic, so although I did not check
> it I am pretty sure that command is not supported. You have full
> source of the FTP server though, so nothing is stopping you from
> implementing it.

Just to add my 0.001 eurocents to Michael reply, reporting some
problems I found when I did modifications to that code:
1. the original sources are under \WINCE600\PUBLIC\SERVERS\SDK
\SAMPLES\FTPD
2. don't forget to clone the FTP server sources before doing any
modification to them. The original sources file builds the server as
a static library, so you'll have to use the sysgen_capture tool to
get the sources script needed to "convert" the lib to a DLL.
3. You may build and debug the FTP server inside VS2005 (feel free
to contact me if you need the sln and VC++ projects) and debug
loading and unloading it using the service.exe command line
interface (quite faster than building it inside the image and having
to re-do a make-image, dowload and reboot after each modification).


--
Valter Minute
www.fortechembeddedlabs.it
Training, support and development for Windows CE
(the reply address of this message is invalid)