wget - command-line utility to download content non-interactively.
3
votes
2answers
34 views
Wget with different filename, but same extension
I need wget to save to a different folder, different filename, and same extension, but I do not have the filename before downloading.
For example, let's say I have:
...
1
vote
2answers
127 views
How to optimize wget download script
Site contents
<html>
<body>
<a href="http://www.sagar.com/" title="sagar">Sagar</a>
<a href="http://www.sagarcom/1/" title="sagar1">Sagar Link1</a>
...
4
votes
1answer
483 views
mounting dropbox (for exploring the files)
I want to simply be able to explore a dropbox filesystem, without much additional load on CPU, memory, storage (i.e., without saving copies of the remote files locally). It seems that the official ...
1
vote
1answer
99 views
Is there any option in wget to get the referers or parent of a link that are crawled by wget
Is there any to get or find the referrers of a link that were crawled by wget?
Suppose that some link returns a 400 error. wget only shows the url on which the 400 error occurrs, not the referrer of ...
-1
votes
1answer
52 views
Downloading the Google search results page using Linux commands
When I try using wget command, the page which gets downloaded contains only the lefthand side part. I want the right-hand side part of the search-results page, which is called Knowledge Graph. Can ...
0
votes
0answers
47 views
How do i WGET an image from a webaddress and store it on a remote ftp location as a cronjob on dd-wrt
From a DD-WRT router I want to create a cron-job that wget's an image from a remote location. This image is to be passed on to a remote FTP server for storage.
The process is to be repeated every ...
0
votes
0answers
62 views
wget hangs AFTER download complete, on exit_group
I am running CentOS release 6.3 (Final). This issue occurs for every VM on my server. When connected over SSH, wget hangs after download certain URLs.
I am running the following command:
wget ...
0
votes
0answers
76 views
Wget, downloading outdated files [debian running on Mips - malta]
I am over writing a particular file (called "demo") on my server and wget-ting it. However, sometimes wget retrieves an outdated file, despite my checking on the net that the file has been updated. ...