Wget: Difference between revisions

52 bytes added ,  20 October 2020
no edit summary
(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>