Hi,
I want to create ftp client using C# visual studio 2013 and windows embedded compact 3.9 framework. so that I can run this app on wince8 device to fetch files from ftp server. the system.net dll supports only http but not ftp. I could not find any proper document regarding ftp client on wince8, please let me know how to achieve this.
Thank you
Raveena
You may start from this article. Or try to google for another similar available projects.