FTP & CF 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I upgrade an app from PPC 2003 to Windows Mobile 5.0, and its FTP class
(sockets) stops working (-2147483643 error appears at runtime).

So, I tried with Wininet and OpenNETCF FTP 1.4, but does not work neither.

My question is: Anybody has a succesful FTP class or method working with
Windows Mobile 5.0?

Thanks in advance.
 
Wininet error is 12029:

ERROR_INTERNET_CANNOT_CONNECT
12029 The attempt to connect to the server failed.

And OpenNETCF FTP 1.4 does not show an error, but the file doesn't upload to
server.

Thanks.
 
Can you ping or connect with Internet Explorer to the server? What about
from another PC on the network using FTP? Sounds to me like the server just
isn't reachable...

Paul T.
 
Yes, I tried with Ruksun Scotty FTP on same device and same parameters (user,
password, server, etc.) and it worked.

Regards.
 
Back
Top