Wget: Difference between revisions
Appearance
Created page with "==Filenames== Define your own filename with <code>-O "my_file.zip"</code>. Use the filename in the header with <code>--content-disposition</code>." |
No edit summary |
||
| Line 3: | Line 3: | ||
Use the filename in the header with <code>--content-disposition</code>. | Use the filename in the header with <code>--content-disposition</code>. | ||
==Bandwidth Limit== | |||
<code> | |||
--limit-rate=1M | |||
</code> | |||
Latest revision as of 20:47, 20 October 2020
Filenames
Define your own filename with -O "my_file.zip".
Use the filename in the header with --content-disposition.
Bandwidth Limit
--limit-rate=1M