Uploaded image for project: 'Commons Net'
  1. Commons Net
  2. NET-294

UnixFTPEntryParser fails to parse some entries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0
    • 2.2
    • None
    • None

    Description

      The regex does match the entry but the resulting groups are wrong for exemple, with

      -rwxrwx---   1 ftp      ftp-admin 816026400 Oct  5  2008 bloplab 7 cd1.img
      

      the unix group name group will match "ftp-admin 816026400 Oct" file size group will match "5" first date group will match "2008 bloplab" then the year group will match "7" and the file name group will match "cd1.img"
      in this listing :

      -rwxrwx---   1 ftp      ftp-admin      771 Oct  5  2008 bloplab 7 cd1.ccd
      -rwxrwx---   1 ftp      ftp-admin       76 Oct  5  2008 bloplab 7 cd1.cue
      -rwxrwx---   1 ftp      ftp-admin 816026400 Oct  5  2008 bloplab 7 cd1.img
      -rwxrwx---   1 ftp      ftp-admin 33307200 Oct  5  2008 bloplab 7 cd1.sub
      -rwxrwx---   1 ftp      ftp-admin      772 Oct  5  2008 bloplab 7 cd2.ccd
      -rwxrwx---   1 ftp      ftp-admin       76 Oct  5  2008 bloplab 7 cd2.cue
      -rwxrwx---   1 ftp      ftp-admin 413902608 Oct  5  2008 bloplab 7 cd2.img
      -rwxrwx---   1 ftp      ftp-admin 16893984 Oct  5  2008 bloplab 7 cd2.sub
      

      the 4 entries in which groupname and file size are only separated by one space wont be parsed properly, the others work

      Attachments

        1. UnixFTPEntryParser.java.patch
          0.7 kB
          Gilles Duboscq

        Activity

          People

            Unassigned Unassigned
            gilwooden Gilles Duboscq
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: