ezhov-evgeny / webdav-client-python-3

Easy to use WebDAV Client for Python 3.x
Other
206 stars 87 forks source link

"mkdir" Problem #79

Open misare opened 4 years ago

misare commented 4 years ago

client.mkdir('test1/test2/test3')

webdav3.exceptions.RemoteParentNotFound: Remote parent for: test1/test2/test3 not found

misare commented 4 years ago

client.mkdir('test1/test2') is right client.mkdir('test1/test2/test3') is wrong.

misare commented 4 years ago

client.mkdir('test1/test2') client.mkdir('test1/test2/test3') is right.

Rubbybutton commented 3 years ago

I find it an error on the source file.You can follow the steps bellow. (the clent.py) 捕获2 and it should be this 捕获

huangganggui commented 3 years ago

client.mkdir('test1/test2') client.mkdir('test1/test2/test3') is right.

Your issue may be "mkdir support -p like the cmd mkdir -p in linux"

pataquets commented 10 months ago

Fixed on #77 (unreleased) @ezhov-evgeny how about cutting a new release?