bugGNU Wget - Bugs: bug #60922, Add a way to get the...

 
 

bug #60922: Add a way to get the "server-names" of the downloaded files

Submitter:  Cameron Tacklind <cinderblock>
Submitted:  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 Open/Closed:  Open
Release:  None Operating System:  None
Reproducibility:  None Fixed Release:  None
Planned Release:  None Regression:  No
Work Required:  None Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 15 Jul 2021 10:07:45 PM UTC, original submission:  

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?

Cameron Tacklind <cinderblock>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by cinderblock (Submitted the item)
  •  

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code