Tagged Questions

0
votes
1answer
334 views

using wget against protected site with NTLM

Trying to mirror a local intranet site and have found previous questions using 'wget'. It works great with sites that are anonymous, but I have not been able to use it against a s …
0
votes
1answer
77 views

store wget link into a database (php)

Hi, I'm trying to find a solution to download automatically .flv link everyday from a website using wget and to store all the links into a database to stream them in my website. ( …
1
vote
4answers
371 views

Slow wget speeds when connecting to https pages

I'm using wget to connect to a secure site like this: wget -nc -i inputFile where inputeFile consists of URLs like this: https://clientWebsite.com/TheirPageName.asp?orderValue=1 …
0
votes
0answers
39 views

Problems downloading files with WGET [closed]

Hello, I am trying to use WGET to download files from a server. I am using a batch file with the following line: wget -q h*t*tp://subs.ro/get/22463 The file is downloaded but th …
0
votes
2answers
67 views

Threaded wget - minimalizing resources

Hi all - I have a script that is getting the GeoIP locations of various ips, this is run daily and I'm going to expect to have around ~50,000 ips to look up. I have a GeoIP sys …
0
votes
1answer
57 views

wget, self-signed certs and a custom HTTPS server

For various reasons I have created a simple HTTP server, and added SSL support via OpenSSL. I'm using self-signed certificates. IE, FireFox and Chrome happily load content as lon …
0
votes
3answers
43 views

Secure Alternative to “wget --mirror”

I'm looking for a secure alternative to doing something like this, wget --mirror --preserve-permissions --directory-prefix=/hdd2/website-backups --exclude-directories=special,stat …
0
votes
1answer
207 views

Shell script (mac): How to download files from a directory using wget and regular expression?

I'm trying to download images (.jpg) from web folder using wget. I want to download only images, which have a certain sentences in file name. This works fine wget -r -nd -A .jpg …
1
vote
2answers
57 views

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 may be present in different files; the url may even be present i …
0
votes
0answers
81 views

WGET can’t resolve host [closed]

I've got 2 machines on the same sub-net running Debian 5.0. They use the same DNS (/etc/resolv.conf), they route to the same gateway (#route) and they have the same iptables setti …
0
votes
0answers
32 views

Get back URL from a file. [closed]

Assume that i have downloaded a file in GNU/Linux using wget, the history in the terminal is cleared and i need to get back the URL from which i had downloaded the file. How do i g …
1
vote
1answer
94 views

Downloading multiple pdf files using wget fails (403 error)

I'm trying to download multiple pdf files from a web page (I'm using Mac OS X 10.6.1). Here is a example what I'm getting (www.website.org is just for example): ~> wget -r -A.p …
0
votes
1answer
111 views

Using wget to pull csv from Google Trends

I would like to download Google Trends csv data using wget, but I'm unfamiliar with using wget. An example URL is: http://www.google.com/insights/search/overviewReport?cat=71&amp …
1
vote
4answers
90 views

Retrieve partial web page

Is there any way of limiting the amount of data CURL will fetch? I'm screen scraping data off a page that is 50kb, however the data I require is in the top 1/4 of the page so I re …
0
votes
2answers
108 views

wget - http://: Invalid host name.

I'm using wget to automatically download the ShellEd extension for Eclipse, but am receiving an error: http://: Invalid host name. I have used it successfully several times bef …

1 2 3 4 5 next
15 30 50 per page