WebDavClient icon indicating copy to clipboard operation
WebDavClient copied to clipboard

Directory tree with MKCOL

Open lmattcris opened this issue 2 years ago • 0 comments

Foreword: I understand this is not how MKCOL is defined in WEBDAV, even though it could be nice if...

Could be nice to have a modified MKCOL method, to request all the steps to build a directory tree, such that if I MKCOL a path "alpha/beta/gamma/delta" all the missing ancestors are created down to the deepest component. I'm sure there are good and fair reasons for which this isn't already in the standard protocol MKCOL, and that tracking back errors with an eventual failing creation can be mayhem. Anyway... this is just a proposal 😄

lmattcris avatar Jun 15 '22 14:06 lmattcris