ftp access hangs at ABOR
commit r2573910c is wrong.
Some FTP servers (e.g. vsftpd) deliberately disable asynchronous ABOR requests for security reasons.
And, response to ABOR is never 227.
FTP access needs to
-
send ABOR
-
close data connection if it exists
-
read two responses (typically 426 & 226)