You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/06/16 08:31:18 UTC

DO NOT REPLY [Bug 20796] New: - [net-ftp] VMSFTPEntryParser class doesn't fullfill VMS specifications

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20796>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20796

[net-ftp] VMSFTPEntryParser class doesn't fullfill VMS specifications

           Summary: [net-ftp] VMSFTPEntryParser class doesn't fullfill VMS
                    specifications
           Product: Commons
           Version: unspecified
          Platform: Alpha
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Net
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: sestegra@free.fr


See below a real directory sample from an Alpha Server running on Open VMS. This
example doesn't work with current version of VMSFTPEntryParser.

First of all, field [GROUP,OWNER] could be translated by system to an unique
identifier.

Secondly, files could be sorted in alpha-numeric order or in another kind of
order. For this sample, if "last version mode" is kept for downloading file
3-JUN.LIS, as a result 3-JUN.LIS;9 will be downloaded instead of 3-JUN.LIS;11.

Finally, directory sample contains an header "Directory XXXX" and a tailer
"Total files XXXX". As a result, first file never be downloaded.

Sample :

Directory USER1:[TEMP]

FORGOTTEN_FILE.COM;6     9/9           2-JUN-1998 07:32:04  [TRANSLATED]   
(RWED,RWED,RWED,)
3-JUN.LIS;1              9/9           2-JUN-1998 07:32:04  [TRANSLATED]   
(RWED,RWED,RWED,)
3-JUN.LIS;10             9/9           2-JUN-1998 07:32:04  [TRANSLATED]   
(RWED,RWED,RWED,)
3-JUN.LIS;11             9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)
3-JUN.LIS;2              9/9           2-JUN-1998 07:32:04  [TRANSLATED]   
(RWED,RWED,RWED,)
3-JUN.LIS;3              9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)
3-JUN.LIS;4              9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)
3-JUN.LIS;5              9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)
3-JUN.LIS;6              9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)
3-JUN.LIS;7              9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)
3-JUN.LIS;8              9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)
3-JUN.LIS;9              9/9           2-JUN-1998 07:32:04  [GROUP,OWNER]   
(RWED,RWED,RWED,)

Total 11 files

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org