Wget: Difference between revisions

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>