Re: FtpDLX.NET Error Handling (General questions)
Hi Erich,
If you are using Events you can check for an error inside Connected and Done Event. Blocking Property is set to False in this case.
In Blocking mode error will be received immediately on line where it occur. LastError Property holds info about last error that occur. So if you catch it there you don't need to use LastError Property.
Hope this helps.
Regards,
Drazen
Complete thread:
- FtpDLX.NET Error Handling - Erich, 2012-11-27, 00:06
- Re: FtpDLX.NET Error Handling - woddrazen, 2012-11-27, 09:41