FG
💻 Software

How to download list of files from a file server?

Fresh7 days ago
Mar 15, 202644994 views
Confidence Score0%
0%

Problem

How would I download a list of files from a file server like this one http://www.apache.org/dist/httpd/binaries/ ? I suppose I could use wget but then it tries to get all the links and the html file as well. Is there a better tool to accomplish this?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to download list of files from a file server?

Low Risk

You can specify what file extensions will download when crawling pages: this will perform a recursive search and only download files with the , , and extensions.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment