Open misare opened 4 years ago
client.mkdir('test1/test2') is right client.mkdir('test1/test2/test3') is wrong.
client.mkdir('test1/test2') client.mkdir('test1/test2/test3') is right.
I find it an error on the source file.You can follow the steps bellow. (the clent.py) and it should be this
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"
Fixed on #77 (unreleased) @ezhov-evgeny how about cutting a new release?
client.mkdir('test1/test2/test3')
webdav3.exceptions.RemoteParentNotFound: Remote parent for: test1/test2/test3 not found