Package: webdav 0.2.0


Andre Leite
webdav: A Simple Interface for Interacting with 'WebDAV' Servers
An easy-to-use interface for interacting with 'WebDAV' servers, including 'OwnCloud'. It simplifies the use of 'WebDAV' methods such as COPY, MOVE, DELETE and others. With built-in authentication and request handling, it allows for easy management of files and directories over the 'WebDAV' protocol.
Authors:
webdav_0.2.0.tar.gz
webdav_0.2.0.zip(r-4.7)webdav_0.2.0.zip(r-4.6)webdav_0.2.0.zip(r-4.5)
webdav_0.2.0.tgz(r-4.6-any)webdav_0.2.0.tgz(r-4.5-any)
webdav_0.2.0.tar.gz(r-4.7-any)webdav_0.2.0.tar.gz(r-4.6-any)
webdav_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
webdav/json (API)
NEWS
| # Install 'webdav' in R: |
| install.packages('webdav', repos = c('https://strategicprojects.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/strategicprojects/webdav/issues
Last updated from:1cd72122de. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 533 | ||
| linux-release-x86_64 | OK | 133 | ||
| macos-release-arm64 | OK | 119 | ||
| macos-oldrel-arm64 | OK | 98 | ||
| windows-devel | OK | 99 | ||
| windows-release | OK | 88 | ||
| windows-oldrel | OK | 88 | ||
| wasm-release | OK | 108 |
Exports:handle_responsewebdav_copy_filewebdav_create_directorywebdav_create_requestwebdav_delete_resourcewebdav_download_filewebdav_list_fileswebdav_upload_file
Dependencies:askpassclicpp11curldplyrfastmapgenericsgluehttpuvhttr2laterlifecyclemagrittropensslotelpillarpkgconfigpromisespurrrR6rappdirsRcpprlangstringistringrsystibbletidyrtidyselectutf8vctrswithrxml2
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Handle HTTP response from Server | handle_response |
| Copy a resource on the WebDAV server | webdav_copy_file |
| Create a collection (directory) on a WebDAV server | webdav_create_directory |
| Create a request for the WebDAV server | webdav_create_request |
| Delete a file or directory from the WebDAV server | webdav_delete_resource |
| Download a file from the WebDAV server | webdav_download_file |
| List files from a specific folder on WebDAV server | webdav_list_files |
| Upload a file to the WebDAV server | webdav_upload_file |