studio-b12 / gowebdav

A golang WebDAV client library and command line tool.
BSD 3-Clause "New" or "Revised" License
309 stars 89 forks source link

Added check of parentPath in createParentCollection #31

Closed Stazer closed 4 years ago

Stazer commented 5 years ago

Hi,

I discovered the problem that createParentCollection might be called with no or root directory, resulting in errors with MkdirAll. The attached commit simply adds a check for this.

Best Regards

Stazer commented 4 years ago

Hey,

I just made a change for adding the root path. I hope it is okay!

Thanks!