Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
53 views

How I can download this directory?

Is it possible to download this entire directory with wget? How I can do that? This is the directory with the files that I want to download: ...
1
vote
2answers
44 views

How to use wget on a list of images

There's this beautiful boy who periodically uploads pictures of himself to his website. I am trying to automate the process of downloading these images to my computer. So far, I'm able to download ...
0
votes
1answer
12 views

How to set wget to timeout after downloading more than a fixed duration

I want wget to (attempt to) start downloading, then if isn't done after 10 seconds, I want it to give up. wget --timeout 10 http://url Seems like a reasonable try, but it seems like it only sets ...
0
votes
1answer
58 views

Submitting a form using curl

Forgive me for the simple question... I haven't used curl before. I'm trying to automatically download some data from this form: http://ida.water.usgs.gov/ida/available_records.cfm?sn=12040500 which ...
0
votes
1answer
48 views

Resuming Cancelled Download with WGET

Half-way through a 4GB download I accidentally rebooted the system. Upon loading back up, I had the sheer horror of realising I cancelled the bloody download because of it. I've booted my Ubuntu VM ...
0
votes
0answers
73 views

Using wget and manually assing Range header

I would like to download a range of a file which I have explicitly defined. As far as I know: wget --header="Range: bytes=1024-2048" http://www.example.com/file.tmp should run well. Yet, it ...
0
votes
0answers
20 views

Direct download location for MySQL Workbench?

I'm working on a bash script that installs various applications, and one of those is the latest version of MySQL Workbench. Since Workbench's presence (and version) in Linux repositories is ...
0
votes
1answer
72 views

Downloading multiple files with wget and handling parameters

How can I download multiple files using wget? I also want to rename the files. Here are the commands I'm running one by one (copy/paste on terminal): wget -c --load-cookies cookies.txt ...
0
votes
0answers
37 views

downloading files from filesonic via terminal with premium account

I am trying this guide for downloading files from filesonic http://n4p1.wordpress.com/2011/06/12/how-to-download-files-from-filesonic-com-premium-with-wget/ But not sure whats going on, file is ...
0
votes
1answer
88 views

How to configure wget to mass file download keeping the original filename

I have some problem configuring wget right for my needs, i have a file, named images.txt, containing a list of urls to required images, the command for wget is simple: wget -i images.txt however ...
0
votes
1answer
152 views

Install java on Linux through shell without apt-get

I'd like to run multicraft on one of my servers. After some intensive debugging/installing I realised the server didn't yet have a Java Runtime Environment. I figured it would be easy to install, but ...
1
vote
0answers
105 views

Downloads stall and won't resume

I have a shaped 384kbps ADSL connection (entry-level "broadband") with an ISP, which runs over the compulsory analog voice line provided by the only telephone provider in the country. "Shaped" means ...
0
votes
1answer
43 views

Scrape a site with curl/wget appending a parameter to each site

I need to scrape a website for all sites and append an Paramater, e.g. www.theSite.com/allpages?myPara=us Now what I got is wget --recursive to get all sites, but that doesn't append the parameter ...
2
votes
1answer
38 views

Will a wget process continue to run after administrator is logged out?

I logged into a Windows 2008 server via remote desktop as Administrator and started a wget process which will take 24 hours to download 29 files. If someone happens to log in during that time and ...
1
vote
3answers
64 views

Mutithreaded / multiprocess command line ftp client for Windows

I am searching for command line ftp client for Windows, capable of speeding up downloads by using multiple processes/threads. (Filezilla does it AFAIK, but it does not work from command line). Or ...
1
vote
1answer
53 views

Failed to continue 6.4GB download after 4.2GB already downloaded

I was trying to download a large iso (6,822,254,592 bytes). After 4,423,760,272 bytes (which is more than 4GB, so this isn't a simple 4GB limit problem) my network connection was interrupted for long ...
2
votes
1answer
120 views

Can't make wget reject/exclude files from a list

The problem is this, I have a file with a list of URLs, say links.txt: http://www.tipsfor.us/wp-content/uploads/2009/01/vim-editor-icon.png ...
0
votes
2answers
163 views

Download entire site for offline usage with wget (including external image servers)

OK, so I've got wget 1.12 on Windows 7, and I can do basic downloads of it. The site I'm trying to download: http://www.minsterfm.co.uk and all images on it are stored externally at ...
0
votes
1answer
150 views

wget - save all data (images) from given directory?

I want wget to scan for sub and sub-subdirectories of: domain.com/profile/username/albums/ Then grab every .jpg file from their sources. Wget should get files like: ...
3
votes
1answer
352 views

Where I can find the Windows build of wget 1.13.4?

I can't seem to find the latest version of wget easily using a Google Search. I'm looking for a Windows version that I can use, and no one seems to have it.
0
votes
1answer
49 views

How to Download Through POST using wget

If I have a URL similar to this: http://www.vim.org/scripts/download_script.php?src_id=11834 How do I download the file using wget? Everytime I try I always end up downloading the php file.
0
votes
2answers
93 views

wget - I can't download files with “?”

I wanted to download some tuts on aircrack by wget and I failed: wget -r 2 http://www.aircrack-ng.org/doku.php\?id=tutorial\&DokuWiki=78e8249415a9ce232228ed8f9f02b9dd --2011-10-06 14:16:11-- ...
0
votes
2answers
128 views

Using wget with windows command prompt to download the files outside the site directory

I have to download files which are outside the my site directory using wget with windows let me make it more clear. I have my site running on Linux server. Domain ---> www.example.com ...
1
vote
5answers
472 views

How do you use WGET to mirror a site 1 level deep, recovering JS, CSS resources including CSS images?

Pretend I wanted a simple page copy to be downloaded to my HD for permanent keeping. I'm not looking for a deep recursive get, just a single page, but also any resources loaded by that page to be also ...
0
votes
2answers
109 views

How can I download a whole gallery of images using wget?

There is a gallery in the format: http:\\DOMAIN\file0001.jpg ⇒ http:\\DOMAIN\file0543.jpg How can I download them all using wget? How can I make it wait 2 seconds between downloads? i'm using ...
2
votes
1answer
51 views

wget doesn't see proxy under cron

I'm new to freebsd and have a problem: my script uses wget. when I call it from the command line it works fine and I see the output like this: --2011-09-22 15:55:58-- ...
1
vote
0answers
68 views

Debian on Dockstar : querying ADSL modem admin page with wget

New to Linux, I'm trying to query the status page of my DG834G modem with wget from my Dockstar running debian. Not sure it makes any difference but I'm connected to the Dockstar thru SSH from a ...
1
vote
1answer
112 views

curl can't connect; wget can

trying to connect to my script on a remote server with curl but: col-pos-spd# curl -v http://***:80/monitor/reply.php * About to connect() to *** port 80 (#0) * Trying 83.xxx.xxx.2... Connection ...
1
vote
0answers
238 views

wget -S fails with a ERROR 503: Service Unavailable, and X-Squid-Error: ERR_CONNECT_FAIL 111

I get the same error message even when I use the --no-proxy option. I have removed all the identifying ips and servers urls for security reasons. wget -v -S --no-proxy ...
2
votes
1answer
84 views

Downloading multiple files, and specifying output filenames with wget

I'm using wget with the -i option to download a list of files from a URL. However, I want to specify the names that these files will be saved with as well. I see you can do that with a single file ...
1
vote
0answers
270 views

Wget: Name or service not known (Arch Linux x64)

I recently returned to my college campus for classes and brought my desktop computer running 64 bit Arch Linux out of storage. After updating my packages with sudo pacman -Syu, I rebooted and began to ...
0
votes
1answer
56 views

Using wget on a site with cgi

I need to mirror a website. However, each of the links on the site's webpage is actually a 'submit' to a cgi script that shows up the resulting page. AFAIK wget should fail on this since it needs ...
1
vote
0answers
85 views

wget: recursively retrieve urls from specific website

I'm trying to recursively retrieve all possible urls (internal page urls) from a website. Can you please help me out with wget? or is there any better alternative to achieve this? I do not want to ...
0
votes
0answers
56 views

Can't download Apple movie trailers under Linux anymore [closed]

I did a web search on how to download Apple movie trailers under Linux and got some answers. All of them suggested to use the following command: wget -U QuickTime/7.6.2 ...
1
vote
2answers
588 views

Using wget to download pdf files from a site that requires cookies to be set

I want to access a newspaper site and then download their epaper copies (in PDF). The site requires me to login using my email address and password and then it permits me to access those PDF URLs. ...
2
votes
1answer
45 views

Is there a way to use wget to download a site and ALL of its requirement documents including remote ones

I want to do something simular to the following: wget -e robots=off --no-clobber --no-parent --page-requisites -r --convert-links --restrict-file-names=windows ...
1
vote
4answers
151 views

How do you redirect wget to standard out?

I have a crontab that wgets a PHP page every five minutes (just to run some the PHP code), and I want to send the output to /dev/null. I couldn't find it in the wget manual. I'm looking for ...
2
votes
1answer
131 views

Download a file from a website in command line in Linux

I need to download a file from a website which has a URL formatted like: http://www.server.com/downloads/1234/ This redirects to a .zip file which has to be saved. There is also a need to ...
0
votes
1answer
120 views

How do you find a size of a web-site? [closed]

Suppose I want to download some wiki site. It looks like it has 2000 articles only - but with wiki technology - they keep several versions of each article... So it still could be terabytes! So my ...
1
vote
1answer
267 views

KeyPass - KeyPassHttp refuses to be recognised as a plugin

I'm trying to make KeyPass run on my Windows 7 machine, I've downloaded and installed KeePass, aim to use it alongside Passifox However, downloading and copying the KeePassHttp executable to the ...
0
votes
2answers
53 views

FTP URL to Server

I have a website that I need to FTP files onto. The files that need to be uploaded are already store on the cloud with mediafire. Is there a way I can use Filezilla to upload from that download link? ...
0
votes
2answers
84 views

wget to automate HTTP download of McAfee DAT Package

I am looking for a way to create a scheduled task to automatically download the "DAT Package For Use with McAfee ePO" offered here. The link text on that page ("DAT Package For Use with McAfee ePO") ...
0
votes
1answer
34 views

Gentoo@neo wget problem

I have a neo freerunner, on which i'm installing gentoo. I need to run layman -S but it fails to download repositories.xml from www.gentoo.org. When i try to download the latter with wget it fails ...
0
votes
1answer
472 views

Downloading a RAR file from Mediafire using WGET

Example: http://www.mediafire.com/?tjmjrmtuyco This was what I tried... wget -A rar [-r [-l 1]] <mediafireurl> That is to say, I tried with and without the recursive option. It ends up ...
1
vote
0answers
38 views

wget: convert links offline

Suppose I was downloading a site, have not finished the download, but wish to convert links already. Is it possible? Normally - after the download is finished - wget converts links to local - if -k ...
1
vote
1answer
71 views

How to run a command inside a script without specifying the exact location?

So I have a PHP script that is using wget to download some images. It looks something like this: exec('wget -O saveImage.png http://location.of.image'); When I run my script on a different machine, ...
2
votes
1answer
80 views

Can wget convert links within a local html document?

I know that wget can fetch a remote page and its dependencies and rewrite the html so that image src attributes reference the newly downloaded images. I am trying to convert local html files that ...
1
vote
1answer
20 views

wget clone not exact

I am trying to get an exact replica of one page. I use: wget -E -H -k -K -p http://example.com Everything works well except: If in my style there is an import of another CSS file it does not get ...
0
votes
3answers
38 views

Download source of page on https from command line

Is there a command-line tool which would let me browse to a site (on https) and download the output of the page (its source)?
0
votes
2answers
50 views

Giving command line .exe administrators privileges

I downloaded wget for windows. http://gnuwin32.sourceforge.net/packages/wget.htm I ran this to recieve some web pages but it seems permission was denied for writing or something. How do you run ...

1 2 3 4