activesync and wininet

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hi gurus!

I have developed a ftp application on .NET CF by wrapping the wininet ftp
functions. The application does work perfectly well (for both file upload
and download) when the CE.NET device is connected to the FTP server via
wireless LAN. However, when the CE.NET device is connected to the FTP server
via activesync (3.7), the file upload (FtpPutFile) function occasionally
fails to work. When I upload a file to the FTP server, the CE.NET device
will receive an error code of 12003 from the wininet. From the FTP server
record, there is a 426 error code.

Can anyone tell me why this happens and how can I solve this problem? Thanks
a lot!

Best Regards,
Thomas
 
Hello,

I've exactly the same problem than you and I've not found any solution yet.
In my case, I've finally chosen to use a WebService to exchange datas. It
works very well and it's simple to do.
However, let me know if you find a way to make FTP transfers through
ActiveSync, I'm still interested.

Thomas.
 
Back
Top