OpenNETCF.Net.Ftp Behaving Flaky

Posted by gnomixa on Stack Overflow See other posts from Stack Overflow or by gnomixa
Published on 2009-08-14T00:27:31Z Indexed on 2010/05/01 19:57 UTC
Read the original article Hit count: 240

I tried posting on their boards (authors of this library), however it literally takes months for them to reply when it comes to the free software (can't blame them).

But anyways I have found that this library is behaving weirdly - for instance, a major problem with my application is when someone is trying to sign in (through FTP), they provide a correct login and mistype the password, no reply is received from FTP server.

I tried doing the same from command window just to verify that it's not the FTP server's fault; and FTP commands were received instantaneously.

It almost looks as though this library eats the commands. The same actions often times will yield different results.

Can anyone recommend a stable, reliable library to use with Compact framework? Or shed some light on this issue...?

© Stack Overflow or respective owner

Related posts about ftp

Related posts about compact-framework