You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Matthew Schulze (JIRA)" <ji...@apache.org> on 2012/09/27 21:05:07 UTC

[jira] [Updated] (FTPSERVER-390) FTPServer disabling anonymous not compatible with Windows Explorer

     [ https://issues.apache.org/jira/browse/FTPSERVER-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Schulze updated FTPSERVER-390:
--------------------------------------

    Attachment: Windows_Explorer_anonymous_login.patch

Patch to rearrange anonymous login sequencing
                
> FTPServer disabling anonymous not compatible with Windows Explorer
> ------------------------------------------------------------------
>
>                 Key: FTPSERVER-390
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-390
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.5
>            Reporter: Matthew Schulze
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0.7, 1.1.0
>
>         Attachments: Windows_Explorer_anonymous_login.patch
>
>
> When using Windows Explorer to attempt to connect to an FTP connection, it first attempts an anonymous login and then prompts the user for credentials after failure. Disabling anonymous login on the current version of Apache FTP Server returns a 530 response and immediately closes the connection, preventing the credentials dialog from appearing in Explorer and causing an error dialog to be displayed. 
> If the USER command is successful and the anonymous user is rejected after the PASS command is sent with a 421 response sent by the server, Windows Explorer is able to handle the login process properly. To maintain maximum compatibility, anonymous user checks should all be handled in the PASS command.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira