|
Hi I'm using Rebex.Net.Ftp 2.0.2567, and I want to check the Ftp connection state at the end of my try/catch block in order to disconnect if there was some error during transfer etc. I thought something like this might work :
However, I get a Can anyone suggest where I'm going wrong please ? Thanks, Martin |
|
This is caused by a bug in the Ftp object's GetConnectionState method that was fixed in Rebex FTP 2.3.2666: GetConnectionState no longer fails on disconnected objects. Sorry for inconvenience! Workaround for 2.0.2567:
Thanks ! I'll try the workaround
(26 Jan '10, 17:50)
Martin House
|