webdav-client-python icon indicating copy to clipboard operation
webdav-client-python copied to clipboard

list shows containing directory too, why?

Open JOJ0 opened this issue 5 years ago • 0 comments

Hi, just wondering if this intended behaviour.

when I use client.list('folder'), it not only retrieves the contents (files, subfolders) of this folder but also the containing folder itself as

folder/

Is this supposed to be like that? IMHO this is misleading because it looks like another subfolder of "folder" (folder/folder is how I would interpret this)

Thanks a lot for a very great and useful piece of software by the way!!! :-) all the best Jojo

JOJ0 avatar Mar 18 '20 08:03 JOJ0