Follow-up Comment #5, bug #42180 (project wget): Ran into a similar issue with version 1.6 GNU Wget 1.16.3 built on linux-gnu.
Turned out this issue was when some of the uri's were not index.htm files. IE: http://mydomain.com/api Since this creates the file mydomain.com/api Any files under that uri cannot be created, such as: http://mydomain.com/api/css/mystyle.css Since api is a file not a directory, it's stuck Adding --adjust-extension solves this issue since now instead of creating the file api it will create the file api.html It seems the issue is with --default-page According to the man pages, pages ending in a slash should be saved as index.html and can be changed with the --default-page option. I'm not sure if default-page is not working or simply not being set by default anymore _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?42180> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
