Windows Mobile and FTP download
-
How i can download from ftp server specific file in Windows Mobile (C#).I Have ftp link,username and password. i want only download. I dont want use non standart compenents. (OpenNETCF dll returned error codes)
-
How i can download from ftp server specific file in Windows Mobile (C#).I Have ftp link,username and password. i want only download. I dont want use non standart compenents. (OpenNETCF dll returned error codes)
I'm not overly familiar with Windows Mobile but to my knowledge there aren't any native FTP clients. You can of course write your own if you don't want to use a third-party component. I wrote my own FTP client a while ago when I needed an FTP client for my .NET applications. Here's a link to the code on Github. https://github.com/DomBurf/FTPManager[^]