activesync and wininet

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
 
T

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top