R – OpennetCF.FTP and Passive mode

compact-frameworkftpopennetcf

Is it possible to transfer files through FTP using the library above in an ACTIVE FTP mode?

It takes my app 13 seconds to move the 5KB file over – when I traced the code, turned out that the majority of these 13 seconds is spent on "sleeping" : time between "entering passive mode: 227" and "data transfer started", it was a good 8 seconds.

Any way to use this lib differently? I just use GetFile function as is.

Best Answer

Sorry, I don't know anything about OpenNETCF's FTP component.

We're using the FTP/FTPS component (commercial) by Rebex (http://www.rebex.net). It's really great! If you can spend a few bucks, I'd suggest to give it a try.

Related Topic