Hi again!
I have been playing around with this 4.0.1 version, and I seem to loose some responses from the file dialog.
If I press Escape-button when the file dialog is present, or if I press Cancel-button, then will the dialog disappear. The javascript-method "FTPClient_onDialogResult" does however not seem to get called.
This way, I will never know the result of the file dialog, and my system will lock itself, since I need that result.
In 4.0.0 this method was indeed called, and I could just check if returned file===null, then I knew that the dialog was cancelled.