FTP client for Pocket PC

G

Guest

Hi frnd

How can I create a FTP client for Pocket PC in C#

Any suggestion(s) or tip(s) would e of great use

Thanks.
 
C

Chris Tacke, eMVP

I highly recommend you start with Google, not posting a question. FTP
clients are very common and I know there are several open-source ones out
there is several languages.

Also, when you post the same question to multiple groups, post to all of
them at once, not individually.

-Chris
 
G

Guest

Hi Alex

Thanks for the prompt reply

We saw the sample which you had suggested, but the sample is using .net Socket APIs(using TcpClient and TcpListener classes). While we are looking for a sample using WinInet FTP APIs viz. InternetOpen, InternetConnect, FTPPutFile, etc.
Please suggest us sample

Thanks

----- Alex Yakhnin, MVP wrote: ----

http://www.google.com/[email protected]&rnum=
 
C

Chris Tacke, eMVP

It's better to use sockets for a couple reasons:
1. The wininet stuff just wraps sockets anyway
2. The wininet has bugs in PPC 2002, and it wouldn't surprise me to see them
in PPC 03

-Chris


Siedevelopers said:
Hi Alex,

Thanks for the prompt reply.

We saw the sample which you had suggested, but the sample is using .net
Socket APIs(using TcpClient and TcpListener classes). While we are looking
for a sample using WinInet FTP APIs viz. InternetOpen, InternetConnect,
FTPPutFile, etc.
 

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