Hi, all!
I'm using FTPClient instance of edtFTPnet (free version) library.
How can I determine kind of connection issue in catched FTPException?
I can't see any analog of ErrorCode property :cry:
There is only message string with text describing cause of exception.
IMHO the hard-coded string comparing is not a good way of programming.
Any workarounds?
Thank you!