amnong / easywebdav

A WebDAV Client in Python
http://pypi.python.org/pypi/easywebdav/
ISC License
207 stars 113 forks source link

When listing a directory, all elements have content type as octet stream, even folders #27

Open yiftizur opened 9 years ago

yiftizur commented 9 years ago

Identify a folder through its resource type (if it is a collection), and set the correct content type of the element

aparamon commented 5 years ago

It seems strange that File is used both for files and collections. Maybe File should contain additional field to explicitly distinguish collections?