weijia
Results
1
comments of
weijia
I met similar problem. Actually the code should be like: ```python url = 'http://localhost:6666' handle = WebDAVFS(url, login='admin', password='admin', root='test') test = handle.listdir('./') print(list(test)) ```