Top "Wget" questions

A GNU non-interactive(can be called from scripts, cron jobs , terminals without the X-Windows support, etc.

Download file with url redirection

I can download a file by url but when I try it from bash I get a html page instead …

bash url curl download wget
How to calculate a hash for a string (url) in bash for wget caching

I'm building a little tool that will download files using wget, reading the urls from different files. The same url …

bash md5 wget
wget: downloaded file name

I'm writing a script for bash and I need to get the name of the downloaded file using wget and …

linux bash wget
Get page output with curl --fail

Calling curl without parameters, i get the page output, even with an http status code = 404: $ curl http://www.google.com/…

http curl http-post wget postfile
How to convert unicode accented characters to pure ascii without accents?

I'm trying to download some content from a dictionary site like http://dictionary.reference.com/browse/apple?s=t The …

python unicode wget unicode-normalization
Why wget ignores query string in the url?

I want to use wget to download the following 18 html files: http://www.ted.com/talks/quick-list?sort=date&…

shell command-line wget
How do I make wget properly quiet?

wget always echoes system values to the console, even when I specify -q (quiet) on the command line, e.g.: …

windows wget
Using Ansible to download a single file from a private github repo to a remote host

Example scenario: config files for a certain service are kept under version control on a private github repo. I want …

deployment github wget configuration-management ansible
How to config wget to retry more than 20?

I used d4x to continue download, but it's obsolete from ubuntu. So I use flashgot with wget to continue …

linux command-line-interface wget
How to download a file from owncloud with curl, wget

I installed owncloud on the server! How I can download shared file with link provided by WebUI from console with …

curl wget owncloud