FG
💻 Software

Make wget not download files larger than X size

Fresh5 days ago
Mar 15, 202611082 views
Confidence Score0%
0%

Problem

Okay, I give up. How do I size limit which files are downloaded, like say I don't want any files bigger than 2 MB?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Make wget not download files larger than X size

Low Risk

The only limitation option I know which supports is the switch for quota. This is not what you want though, as it will stop after a combined limit of all files you've downloaded, not individually. Piping each link to it seperately with the switch wo…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment