Reputation: 207
I need to send and receive (some times large files) from a WIN CE 6 device. My initial thought was to write a C# Socket based client but then again it does the same as FTP. So just wondering whether I could find a Win CE Compact Framework based FTP Server/Client program and modify it to support my requirement or should I use TCP/IP ? Please advice
Upvotes: 2
Views: 2368
Reputation: 67178
Do you need a client or a server? For a client library, there's one on Codeplex here. For an FTP server, Windows CE already has one in the catalog - you can build it into the OS by including it in your OS design.
Upvotes: 2