Search code examples
c#ftpcompact-frameworkwindows-ce

Using Webclient on Windows Ce;


im trying to develop an app for a win CE mobile device that downloads an exe file from an ftp server,and the problem is,i cant seem to reach webclient class and i am using system.net library...Any ideas?


Solution

  • The class simply doesn't seem to be supported. See: MSDN documentation. If you need to use FTP, you could try using the FTP class linked here.