URL:
  <https://savannah.gnu.org/bugs/?57880>

                 Summary: wget is not following data file links
                 Project: GNU Wget
            Submitted by: None
            Submitted on: Sat 22 Feb 2020 12:36:57 PM UTC
                Category: Testing
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Joseph Picone
        Originator Email: 
             Open/Closed: Open
                 Release: 1.14
         Discussion Lock: Any
        Operating System: None
         Reproducibility: Every Time
           Fixed Release: None
         Planned Release: None
              Regression: None
           Work Required: None
          Patch Included: None

    _______________________________________________________

Details:

I am trying to use wget to retrieve data files from a web site. The actual
data files are linked on the web site:

nedc_001_[1]: p
/data/isip/www/isip/projects/tuh_eeg/downloads/tuh_eeg_abnormal/v2.0.0
nedc_001_[1]: ls -l
edf/eval/abnormal/01_tcp_ar/007/00000768/s003_2012_04_06/00000768_s003*
lrwxrwxrwx 1 503 isip 107 Apr 25  2019
edf/eval/abnormal/01_tcp_ar/007/00000768/s003_2012_04_06/00000768_s003_t000.edf
->
../../../../../../../../../tuh_eeg/v1.1.0/edf/01_tcp_ar/007/00000768/s003_2012_04_06/00000768_s003_t000.edf
lrwxrwxrwx 1 503 isip 102 Apr 25  2019
edf/eval/abnormal/01_tcp_ar/007/00000768/s003_2012_04_06/00000768_s003.txt ->
../../../../../../../../../tuh_eeg/v1.1.0/edf/01_tcp_ar/007/00000768/s003_2012_04_06/00000768_s003.txt

The wget command I am using includes the options that should allow it to
retrieve links:

wget -k --recursive --mirror --convert-links --retr-symlinks
--no-check-certificate -cr --no-parent --http-user="nedc_tuh_eeg"
--http-passwd="nedc_tuh_eeg"
https://www.isip.piconepress.com/projects/tuh_eeg/downloads/tuh_eeg_abnormal/v2.0.0/


But this is not retrieving the actual data files, *.edf. I have tried several
variants. If I copy the files instead of linking them on the web server, it
works.

How do I make wget retrieve the actual edf files?

It seems like there might be a bug or an unclear option setting.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57880>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to