To download a file using wget, open a terminal window and use:
$ wget "URL" <enter>
You can stop the download at anytime by pressing Ctrl+C
To resume the download once again, use:
$ wget -c "URL" <enter>
Knowledge not shared benefits no one.
To download a file using wget, open a terminal window and use:
$ wget "URL" <enter>
You can stop the download at anytime by pressing Ctrl+C
To resume the download once again, use:
$ wget -c "URL" <enter>