michaellukashov / Far-NetBox

SFTP/SCP/FTP/FTPS/WebDAV/S3 client for Far Manager 3 (http://farmanager.com/)
https://forum.farmanager.com/viewtopic.php?t=6317
GNU General Public License v2.0
155 stars 52 forks source link

Fix unexpected session closure when clicking Abort #483

Closed ssvine closed 2 weeks ago

ssvine commented 2 weeks ago

When deleting a file without a permission, an error dialog is shown. ClickingAbort closes the session, but it shouldn't.

This became possible due to insufficient handling of EAbort exception, that needs additional checks in order not to interfere with Abort() calls. The bug was introduced in commits 3119992cd601b2e60a10b4362217357e8ed5b981 and 33d435a836ede3c8e2ad56fb9904259037312d11.

This pull request fixes a regression introduced in the PR #473.