You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Roman Grigoriadi (Jira)" <ji...@apache.org> on 2020/02/17 12:32:00 UTC

[jira] [Updated] (NET-678) VMS ftp LIST parsing results in emty file list

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

Roman Grigoriadi updated NET-678:
---------------------------------
    Description: 
VMS ftp LIST parsing results in empty list when "size / allocated" part is missing slash and allocated value. I am not sure if there is any specification on that subject to make clear if this is a valid server output or not, however MultiNet FTP Server Process V5.1(16) does this reply, for example:

 

FILE123.DAT;1
 64 4-MAR-2019 00:04 [USR,USRGROUP] (RWED,RWED,RWED,R)
 FILE456.DAT;1
 102 28-APR-2013 23:12 [USR,USRGROUP] (RWED,RWED,RWED,R)}}

 

{{No files would be returned from by FTPClient#listFiles(String path)}}

  was:
VMS ftp LIST parsing results in empty list when "size / allocated" part is missing slash and allocated value. I am not sure if there is any specification on that subject to make clear if this is a valid server output or not, however MultiNet FTP Server Process V5.1(16) does this reply, for example:

 

{{FILE123.DAT;1
64   4-MAR-2019 00:04 [USR,USRGROUP] (RWED,RWED,RWED,R)
FILE456.DAT;1
102  28-APR-2013 23:12 [USR,USRGROUP] (RWED,RWED,RWED,R)}}

{{}}

{{No files would be returned from by FTPClient#listFiles(String path)}}


> VMS ftp LIST parsing results in emty file list
> ----------------------------------------------
>
>                 Key: NET-678
>                 URL: https://issues.apache.org/jira/browse/NET-678
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.6
>            Reporter: Roman Grigoriadi
>            Priority: Minor
>             Fix For: 3.7
>
>
> VMS ftp LIST parsing results in empty list when "size / allocated" part is missing slash and allocated value. I am not sure if there is any specification on that subject to make clear if this is a valid server output or not, however MultiNet FTP Server Process V5.1(16) does this reply, for example:
>  
> FILE123.DAT;1
>  64 4-MAR-2019 00:04 [USR,USRGROUP] (RWED,RWED,RWED,R)
>  FILE456.DAT;1
>  102 28-APR-2013 23:12 [USR,USRGROUP] (RWED,RWED,RWED,R)}}
>  
> {{No files would be returned from by FTPClient#listFiles(String path)}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)