I want to download the entry of a URL. the source code of an operating system placed on that URL and I used below command:
- Code: Select all
$ wget --level=inf --recursive --page-requisites --user-agent=Mozilla --no-parent --convert-links --adjust-extension --no-clobber -e robots=off URL
The size of all files is not more than 100 MB, but it take some hours. Which parameter is wrong?
Thanks.