Questions tagged [wget]

GNU Wget (or just Wget, formerly Geturl) is a computer program that retrieves content from web servers, and is part of the GNU Project. Its name is derived from World Wide Web and get. It supports downloading via HTTP, HTTPS, and FTP protocols.

GNU Wget (or just Wget, formerly Geturl) is a computer program that retrieves content from web servers, and is part of the GNU Project. Its name is derived from World Wide Web and get. It supports downloading via HTTP, HTTPS, and FTP protocols.

Its features include recursive download, conversion of links for offline viewing of local HTML, support for proxies, and much more. It appeared in 1996, coinciding with the boom of popularity of the Web, causing its wide use among Unix users and distribution with most major GNU/Linux based distributions. Written in portable C, Wget can be easily installed on any Unix-like system.

Source: wikipedia

Man page

290 questions
-2
votes
3 answers

Automatic download a site with *wget*: how to prevent?

How to prevent automatic download with wget for a website? Could you give links to articles please? Thanks.
sergzach
  • 135
  • 1
  • 2
  • 8
-2
votes
1 answer

cpanel cron job not working

I have created a cron job in cpanel. The result is this: * * * * * /usr/local/bin/wget http://example.com/facturi-restante/cron The problem is that is not working. Can anyone give me a hint why please?
zozo
  • 783
  • 3
  • 11
  • 22
-3
votes
2 answers

Can I assign the special IP address when I use wget?

I have a multi-IP addresses Server, a main IP 102.1.1.1 and a C segment 103.1.1.0/24 IP addresses on it. when I use wget www.google.com can I assign my special ip address in my Server like ping? if can not, why?
aircraft
  • 356
  • 1
  • 5
  • 16
-3
votes
2 answers

Server not recognizing that wget is installed on OS X Yosemite

I'm trying to install some software (called Prohits, used for mass spectrometry data management) on a localhost server I set up. One of the requirements for the install is that I have wget installed. So I installed Homebrew and got wget and verified…
covfefe
  • 113
  • 1
  • 4
-5
votes
2 answers

Bash Script that downloads a file and checks the value if 1 or 0

I need a Bash Script for Debian which downloads a file, that file containts 1 or 0, 1 when the services is running, 0 when not. So how can I check if the file contains 1 or 0?
Ne00n
  • 11
  • 3
1 2 3
…
19
20