Does anybody know any FTP package that is working correctly under .NET 2.0 Compact Framework? I've tried:
My ftp server is simple ftp w/ default port, username and password. I can do all with Total Commander even passive or active mode. DOS version ftp also working fine, I can upload anything via command line. All of the above packages connecting fine but the upload attempt gives error.
In the code:
Any help I can get is greatly appreciated.
There is (commercial) SecureBlackbox library, which supports FTP (and lot of other stuff) for .NET CF 2.0, check it out. Unfortunately, I do not know any other free/opensource alternatives.