FTP disconnect from a non-available host gets stuck [message #986070] |
Sun, 18 November 2012 04:27  |
Eclipse User |
|
|
|
Hi,
I'm using FTP file subsystem (feature version 3.0.301) to work against a host. When the host is unavailable, I try to remove it by calling RSECorePlugin.getTheSystemRegistry().deleteHost(connection).
Doing this implicitly triggers the FTP subsystem disconnect code. This code tries to send the quit command to the remote host, but since this host doesn't exist, and so does no reply, the code is stuck waiting for a response.
This issue causes the status bar to show an always running disconnect job, that cannot be canceled.
Is there another way to overcome this issue? maybe another API should be called?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06554 seconds