Re: Not showing contents of WebDAV
A response from Air Sharing looks like:
This imo violates the WebDAV specification which mandates that the
See RFC 4918 section 14.24:
https://datatracker.ietf.org/doc/html/rfc4918#section-14.24
WinSCP ignores entries without
<D:response>
<D:href>/</D:href>
</D:response>
<D:response>
<D:href>/Public</D:href>
</D:response>
This imo violates the WebDAV specification which mandates that the
<response>
tag has to contain (in addition to <href>
) at least one <propstat>
(or <status>
in case of errors).
See RFC 4918 section 14.24:
<!ELEMENT response (href, ((href*, status)|(propstat+)), error?, responsedescription? , location?) >
https://datatracker.ietf.org/doc/html/rfc4918#section-14.24
WinSCP ignores entries without
<propstat>
.