[WebDAV] Remote directories not shown

Advertisement

ManUnix
Joined:
Posts:
1

[WebDAV] Remote directories not shown

Hi,

I've downloaded the latest beta (version 5.6.1, build 4547) to test the new WebDAV feature (thanks for implementing it :-)

The connection is established without problems but then WinSCP doesn't display any remote directory (see attached screenshot).

The root directory should contain a directory named "dav" and the file ".dav_http".
In the log I can see that it detects them but it is not able to transform the information into a directory view.

I don't have such a problem with other programs like NetDrive or a normal web browser.

I wouldn't be surprised if the server-side WebDAV implementation is crap but maybe it is a bug in or an incompatibility with WinSCP that can be fixed?

Thanks and regards,
Manuel

Description: Screenshot

winscp.png

  • webdav.host.tld.log (22.87 KB, Private file)
Description: Log file

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: [WebDAV] Remote directories not shown

According to WebDAV DTD, the response element has to contain either status or propstat subelement.

<!ELEMENT response (href, ((href*, status)|(propstat+)), error?, responsedescription? , location?) >

The response in the log contains neither. WinSCP (silently) skips such entries. What kind of WebDAV server is this?

Reply with quote

Advertisement

You can post new topics in this forum