webdav-client-cpp icon indicating copy to clipboard operation
webdav-client-cpp copied to clipboard

:cloud: C++ WebDAV Client provides easy and convenient to work with WebDAV-servers.

Results 5 webdav-client-cpp issues
Sort by recently updated
recently updated
newest added

Hi. My name is Sinan I new Learn C++ Programing i use C++ Builder i work to your project webdav-client.cpp [bcc32 Error] client.hpp(34): E2070 Invalid use of namespace 'progress_t' Full...

Returned 'dict_t' from Client::info() has always size zero. I am connecting to an owncload server and the rest seems to work (I can create directories and upload files).

help wanted

Fixes #40 Trailing `/` was not being removed from `resource_path_without_sep`. This is now fixed.

curl_easy_escape() and curl_unescape() allocate new memory for the char*. std::string constructor copies the data from char*, and the char* needs to be freed afterwards, which it was not and therefore...