Top "Wget" questions

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

Downloading Xcode with wget or curl

I am trying to download Xcode from the Apple Developer site using just wget or curl. I think I am …

xcode macos curl wget
ansible wget then exec scripts => get_url equivalent

I always wonder what is the good way to replace the following shell tasks using the "ansible way" (with get_…

bash curl ansible wget ansible-playbook
How to run wget In background for an unattended download of files?

How can I download a file unattended using wget (for example, I want to download a large ISO file in …

linux download wget
What headers are automatically sent by wget?

I know that you can manually set some headers with the --header option, but I want to know what headers …

http http-headers wget
Download Folder including Subfolder via wget from Dropbox link to Unix Server

I have a dropbox link like https://www.dropbox.com/sh/w4366ttcz6/AAB4kSz3adZ which opens the ususal …

unix download directory dropbox wget
Download multiple files simultaneously (parallel) with custom filenames

In a bash script, I am trying to download multiple files in parallel, with custom filenames using a single command (…

bash curl wget aria2
Cron job creating empty file each time it runs

I have a php script I want to run every minute to see if there are draft news posts that …

php cron wget
Can I use WGET to generate a sitemap of a website given its URL?

I need a script that can spider a website and return the list of all crawled pages in plain-text or …

php wget web-crawler bots
Curl command doesn't download the file (linux mint)

I want to download a file with curl and it doesn't work! curl -O https://github.com/systems-cs-pub-ro/uso/raw/…

linux curl download wget
wget specify downloaded file name and no other file

I want to use wget so that my file takes on the name I want. For example, if I do …

wget