Package: webdav 0.1.2
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, MKCOL, MOVE, 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.1.2.tar.gz
webdav_0.1.2.zip(r-4.5)webdav_0.1.2.zip(r-4.4)webdav_0.1.2.zip(r-4.3)
webdav_0.1.2.tgz(r-4.4-any)webdav_0.1.2.tgz(r-4.3-any)
webdav_0.1.2.tar.gz(r-4.5-noble)webdav_0.1.2.tar.gz(r-4.4-noble)
webdav_0.1.2.tgz(r-4.4-emscripten)webdav_0.1.2.tgz(r-4.3-emscripten)
webdav.pdf |webdav.html✨
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 11 days agofrom:8976b78d9d. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | NOTE | Nov 08 2024 |
R-4.5-linux | NOTE | Nov 08 2024 |
R-4.4-win | NOTE | Nov 08 2024 |
R-4.4-mac | NOTE | Nov 08 2024 |
R-4.3-win | NOTE | Nov 08 2024 |
R-4.3-mac | NOTE | Nov 08 2024 |
Exports:check_and_load_packagehandle_responsewebdav_copy_filewebdav_create_directorywebdav_create_requestwebdav_delete_resourcewebdav_download_filewebdav_list_fileswebdav_upload_file
Dependencies:askpassclicurldplyrfansifastmapgenericsgluehttpuvhttr2laterlifecyclemagrittropensslpillarpkgconfigpromisesR6rappdirsRcpprlangstringistringrsystibbletidyselectutf8vctrswithrxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check if a package is installed and load it | check_and_load_package |
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 |