FTP client for PPC 2003

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
 
C

Chris Tacke, eMVP

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
 
B

Basha

I am using sockets to download from a web server. I think this option
is better compared to the usual webrequest.
 
M

Mark Erikson

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
 

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