bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [bug #42180] 1.15: recursive throws "pathconf: Not a director


From: gary mort
Subject: [Bug-wget] [bug #42180] 1.15: recursive throws "pathconf: Not a directory" errors
Date: Wed, 02 Dec 2015 05:04:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]