Skip to main content

Questions tagged [wget]

GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive command line tool, so it may easily be called from scripts, Cron jobs, terminals without X Window System (X11) support, etc.

1 vote
1 answer
120 views

I want to download a specific WordPress sitemap, but wget and curl both fail to download the latest sitemap fully. If I open the sitemap in a browser, that sitemap simply has more links in it, then ...
zippy-flop's user avatar
1 vote
1 answer
192 views

I used wget to download all media from a website. I would like to download new uploads from the site, but I also want to be able to delete unneeded files to avoid clutter and save space. I've tried ...
gargoylebident's user avatar
4 votes
1 answer
725 views

I need to download about 10,000 files from a HTTP server. I am using wget. It works. This command created a subfolder 192.168.1.173+8080/files with about 4,000 files, after which I believe the HTTP ...
damix911's user avatar
  • 161
1 vote
1 answer
81 views

I am analyzing some data using my university SSH server. Some new data was shared with me in a web format (share.servername.com/url/XYZ/abc/…). The page includes multiple folders and subfolders. I ...
SadeghBiology's user avatar
1 vote
0 answers
32 views

I download several dozen files from an FTP server as they're updated. Each file is retrieved with a separate WGET command which is called again every few minutes. Since all these WGET calls always ...
Liljequist's user avatar
0 votes
0 answers
85 views

I'm trying to archive a wordpress website using wget. Here's the command line I'm using: wget --mirror --page-requisites --convert-links -k -e robots=off https://url.info I tried different variations ...
pioupiou's user avatar
0 votes
1 answer
286 views

I'm trying to batch download hundreds of .mp3 files from a website. Entering this: wget -A mp3 http://traffic.libsyn.com/gardnermuseum/ Gives this: --2025-03-30 11:39:34-- http://traffic.libsyn.com/...
user30109165's user avatar
0 votes
1 answer
186 views

I would like to run a package for Python, py-causal, that uses a Java library, Tetrad. I am stuck at getting Java on Windows 10. The Tetrad repo has a link to this Amazon page, where I ended up on the ...
heretoinfinity's user avatar
3 votes
1 answer
899 views

I've been trying to figure out how to "catch" the filename of a downloaded file via wget or curl commands in a shell script. What I'd like (and what seems impossible) is something like this: ...
nyov's user avatar
  • 428
1 vote
0 answers
186 views

I need get a website using Curl but the server does not respond the SSL connection and Curl says an error on the 2 minutes but the server respond in the minute ~5. I try to use the timeout argument ...
e-info128's user avatar
  • 191
1 vote
2 answers
268 views

I can download a single stand alone HTML file with: wget https://www.bbc.co.uk/news/articles/c99rgj0xkryo but wget will save the file as index.html rather than Nation falls silent as King leads ...
Ralf_Reddings's user avatar
1 vote
1 answer
122 views

I am trying to archive a website that will soon vanish. I tried wget and httrack. The problem is that the website returns PHP errors (database connection error) from time to time and the downloaded ...
filo's user avatar
  • 223
0 votes
1 answer
213 views

I am trying to mirror/download onto my PC a sites.google website I have using wget. I can get it to download no problems but when I click on index.html it starts with the local folder and then links ...
Wilky's user avatar
  • 1
1 vote
0 answers
310 views

I am using wget for a local backup of a remote ftp/s directory using the following syntax: wget --no-dns-cache -nv -r -c -l inf -P/local_dir -nH --cut-dirs=1 --restrict-file-names=windows --progress=...
Glorifyday's user avatar
1 vote
1 answer
219 views

From a remote directory I have to automatically download a file of which I know part of the name, only (e.g. "file-vers.1.2.3.zip", where the version number is the unknown part). Since ...
Pietro's user avatar
  • 1,871

15 30 50 per page
1
2 3 4 5
62