[ http://issues.apache.org/jira/browse/FTPSERVER-45?page=comments#action_12427348 ] Niklas Gustavsson commented on FTPSERVER-45: --------------------------------------------
Looking into this, what FTP client did you use that supported the ABOR command? The FTP clients I've tried are either single-threaded themselves or opens up a seperate connection for a background transfer (in which case they send a QUIT instead of ABOR). I will write a test client for this but it would also be good to confirm it with a real FTP client. Thanks! /niklas > FTPServer can't handle ABOR command. > ------------------------------------ > > Key: FTPSERVER-45 > URL: http://issues.apache.org/jira/browse/FTPSERVER-45 > Project: FtpServer > Issue Type: Bug > Reporter: Evgueni Smoliar > Priority: Blocker > > FTPServer can't handle ABOR command. If client send ABOR onUploadEnd is > called like upload is finished without a problem. FTP server can't handle > escape sequence for an ABOR command and just return 502 command not > implemented -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
