I can make an FTP connection from my wireless device
using the wininet dll but once I make the connection I
want to FTP images to the webserver. When I make the call
to FtpPutFile on the wireless device(I am using C# for my
wireless app) I get a NotSupportedException. I read that
there is a bug with FtpPutFile in Pocket PC 2002. There
is a workaround that involves opening the file, reading
the file, writing the file etc. I would like to know if
this workaround will work with IMAGE files or if the
FtpPutFile problem has been fixed by the Pocket PC 2002
Service Packs. I have seen a service pack 4 out there,
will this fix this problem? I can't find too much info on
this.

Any help is very much appreciated. Thank you.