Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-1669

FTP crawl does not use FTP's server root folder

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.7
    • None
    • protocol
    • Linux Ubuntu

    Description

      Setup an FTP with root folder setup for a user (let's say test) pointing to /home/test/ftphome/

      And create a folder under it called target with a test.txt file:
      /home/test/ftphome/target/test.txt

      Configure a URL to crawl as with depth of 1:
      ftp://FTP_SERVER/target/

      It will fail to crawl because the FTP plugin protocol assumes the path is always absolute. It will look into /target/ and not /home/test/ftphome/target/

      Attachments

        Activity

          People

            Unassigned Unassigned
            rafael.coutinho Rafael Thomas Goz Coutinho
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: