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

                 Summary: Add a way to get the "server-names" of the
downloaded files
                 Project: GNU Wget
            Submitted by: cinderblock
            Submitted on: Thu 15 Jul 2021 10:07:45 PM UTC
                Category: Feature Request
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Cameron Tacklind
        Originator Email: 
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
        Operating System: None
         Reproducibility: None
           Fixed Release: None
         Planned Release: None
              Regression: No
           Work Required: None
          Patch Included: None

    _______________________________________________________

Details:

When using "--trust-server-names", it would be nice to be able to easily get a
list of the files that were downloaded. Maybe one per line.

As per
https://unix.stackexchange.com/questions/306493/get-the-filename-from-wget-url-trust-server-names,
it would be possible to parse the error output stream to get these names, this
is extra work.

An extra flag like "--echo-server-names" that makes the stdout print out for
every file that was downloaded, as the download is finished, would be very
helpful.

Either new-line or space separated I think would work well, but technically
filenames could include those characters... Maybe a null-separated list like
`find . -print0` can?




    _______________________________________________________

Reply to this item at:

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

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


Reply via email to