wget
Linux · Network · available in the simulator
What it does
Download files using HTTP, HTTPS, or FTP.
Syntax
wget [opciones] URL
Options and parameters
-OWrite output to the specified file name.
wget -O pagina.html https://example.com-cResume an interrupted download.
-rDownload recursively.
-qQuiet mode.
-PDirectory where files are saved.
--limit-rateLimit download rate.
wget --limit-rate=200k https://example.com/f.iso
Usage examples
wget URLwget -c URLwget -O pagina.html https://example.comwget --limit-rate=200k https://example.com/f.iso