FTP client for PPC 2003

  • Thread starter Thread starter siedevelopers
  • Start date Start date
S

siedevelopers

Hi frnd,
I'm suppose to implement a FTP client in our Pocket PC
application.
Can u plz suggest me a way to implement a FTP client?
Any suggestion or tip would be of great help.

Thanks
 
If a commercial version is acceptable, IDSSAPI.NET should be available in
the next couple weeks or so. The FTP section is done and tested, I'm just
fleshing out some of the other classes.

On the plus side, it doesn't even use wininet, just pure sockets, so it
doesn't exhibit the known PPC 2002 FTP bugs.

-Chris
 
I am using sockets to download from a web server. I think this option
is better compared to the usual webrequest.
 
siedevelopers said:
Hi frnd,
I'm suppose to implement a FTP client in our Pocket PC
application.
Can u plz suggest me a way to implement a FTP client?
Any suggestion or tip would be of great help.

Thanks

Check out http://sourceforge.net/projects/dotnetftpclient. Please
note that I haven't actually tried it myself yet, so I don't even know
if it works under the Compact Framework. That said, it looks like a
pure C# implementation of an FTP client, so it's at least worth
looking at.

Mark Erikson
http://www.isquaredsoftware.com
 
Back
Top