You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by "Evgueni Smoliar (JIRA)" <ji...@apache.org> on 2006/05/29 10:10:29 UTC

[jira] Created: (FTPSERVER-45) FTPServer can't handle ABOR command.

FTPServer can't handle ABOR command. 
-------------------------------------

         Key: FTPSERVER-45
         URL: http://issues.apache.org/jira/browse/FTPSERVER-45
     Project: FtpServer
        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


[jira] Commented: (FTPSERVER-45) FTPServer can't handle ABOR command.

Posted by "Evgueni Smoliar (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FTPSERVER-45?page=comments#action_12427494 ] 
            
Evgueni Smoliar commented on FTPSERVER-45:
------------------------------------------

For testing I normally use FAR internal ftp client ( from http://www.rarsoft.com/). This application have quite advanced ftp client inside so i can test all functionality

> 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

        

[jira] Commented: (FTPSERVER-45) FTPServer can't handle ABOR command.

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
    [ 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