Top "Wget" questions

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

What is the correct wget command syntax for HTTPS with username and password?

I would like to download a file remotely with this URL using wget: https://test.mydomain.com/files/myfile.zip …

wget
Wget output document and headers to STDOUT

I'm trying to output the document body and its headers to STDOUT by doing wget -S -O - http://google.…

http wget
How to use wget in php?

I have this parameters to download a XML file: wget --http-user=user --http-password=pass http://www.example.com/file.xml …

php wget
Unable to establish SSL connection upon wget on Ubuntu 14.04 LTS

I tried to download an image through wget but I got an error: Unable to establish SSL connection. wget https://…

linux ubuntu ssl wget
Does WGET timeout?

I'm running a PHP script via cron using Wget, with the following command: wget -O - -q -t 1 http://www.…

linux cron wget
wget: unable to resolve host address `http'

I am getting this strange thing on my Ubuntu 12.04 64-bit machine when I do a wget $ wget google.com --2014…

http ubuntu networking ubuntu-12.04 wget
Skip download if files exist in wget?

This is simplest example running wget: wget http://www.example.com/images/misc/pic.png but how to make wget …

parameters download command-line-interface wget
How do I request a file but not save it with Wget?

I'm using Wget to make http requests to a fresh web server. I am doing this to warm the MySQL …

linux caching wget
Using WGET to run a cronjob PHP

I tried to do a cron and run a url every 5 mintues. I tried to use WGET however I dont …

php linux cron wget
How do I download and save a file locally on iOS using objective C?

I'm new to Objective-C and I want to download a file from the web (if it was changed on the …

objective-c ios download wget local-storage