You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Stanislav Meshcheriakov (Created) (JIRA)" <ji...@apache.org> on 2012/04/04 13:02:22 UTC

[jira] [Created] (FTPSERVER-430) LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]

LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]
----------------------------------------------------------------------------------------------------------

                 Key: FTPSERVER-430
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-430
             Project: FtpServer
          Issue Type: Bug
          Components: Server
    Affects Versions: 1.0.6
         Environment: ubuntu 11.10
ftpserver 1.0.6
            Reporter: Stanislav Meshcheriakov
            Priority: Critical


LIST and MLSD does not return info about file with square brackets in name "file[abc].txt" when sending command 
{noformat}
LIST /folder1/folder2/file[abc].txt
{noformat}

when trying to get info using MLST
{noformat}
MLST /folder1/folder2/file[abc].txt
{noformat}
response:
{noformat}
250-
Size=0;Modify=20120404090141.000;Type=dir; folder2
{noformat}

with filenames without [ and ] works well



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FTPSERVER-430) LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]

Posted by "Stanislav Meshcheriakov (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FTPSERVER-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246176#comment-13246176 ] 

Stanislav Meshcheriakov commented on FTPSERVER-430:
---------------------------------------------------

in ListArgumentParser.java in square brackets pattern seems to be expected 
                
> LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-430
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-430
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.0.6
>         Environment: ubuntu 11.10
> ftpserver 1.0.6
>            Reporter: Stanislav Meshcheriakov
>            Priority: Critical
>
> LIST and MLSD does not return info about file with square brackets in name "file[abc].txt" when sending command 
> LIST /folder1/folder2/file[abc].txt
> when trying to get info using MLST
> MLST /folder1/folder2/file[abc].txt
> response:
> 250-
> Size=0;Modify=20120404090141.000;Type=dir; folder2
> with filenames without [ and ] works well

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FTPSERVER-430) LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]

Posted by "Niklas Gustavsson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FTPSERVER-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248338#comment-13248338 ] 

Niklas Gustavsson commented on FTPSERVER-430:
---------------------------------------------

Yes, we support using brackets for matching files, e.g. your file[abc].txt would match filea.txt, fileb.txt and filec.txt. I'm guessing that in your case, you want to match a file really called "file[abc].txt"? Perhaps we should match on the complete string as well.
                
> LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-430
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-430
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.0.6
>         Environment: ubuntu 11.10
> ftpserver 1.0.6
>            Reporter: Stanislav Meshcheriakov
>            Priority: Critical
>
> LIST and MLSD does not return info about file with square brackets in name "file[abc].txt" when sending command 
> LIST /folder1/folder2/file[abc].txt
> when trying to get info using MLST
> MLST /folder1/folder2/file[abc].txt
> response:
> 250-
> Size=0;Modify=20120404090141.000;Type=dir; folder2
> with filenames without [ and ] works well

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FTPSERVER-430) LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]

Posted by "Stanislav Meshcheriakov (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanislav Meshcheriakov updated FTPSERVER-430:
----------------------------------------------

    Description: 
LIST and MLSD does not return info about file with square brackets in name "file[abc].txt" when sending command 

LIST /folder1/folder2/file[abc].txt


when trying to get info using MLST

MLST /folder1/folder2/file[abc].txt

response:

250-
Size=0;Modify=20120404090141.000;Type=dir; folder2


with filenames without [ and ] works well


  was:
LIST and MLSD does not return info about file with square brackets in name "file[abc].txt" when sending command 
{noformat}
LIST /folder1/folder2/file[abc].txt
{noformat}

when trying to get info using MLST
{noformat}
MLST /folder1/folder2/file[abc].txt
{noformat}
response:
{noformat}
250-
Size=0;Modify=20120404090141.000;Type=dir; folder2
{noformat}

with filenames without [ and ] works well



    
> LIST, MLST and MLSD commands does not return info about 1 file which name contains square brackets [ and ]
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-430
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-430
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.0.6
>         Environment: ubuntu 11.10
> ftpserver 1.0.6
>            Reporter: Stanislav Meshcheriakov
>            Priority: Critical
>
> LIST and MLSD does not return info about file with square brackets in name "file[abc].txt" when sending command 
> LIST /folder1/folder2/file[abc].txt
> when trying to get info using MLST
> MLST /folder1/folder2/file[abc].txt
> response:
> 250-
> Size=0;Modify=20120404090141.000;Type=dir; folder2
> with filenames without [ and ] works well

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira