FTP client for Pocket PC

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
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=
 
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.
 
Back
Top