Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged WebDAV  ✕
Using Curl commands with Webdav | QED42 https://www.qed42.com/blog/using-curl-commands-webdav
Mon Jul 30 18:51:47 2018 archive.org
QRCode
thumbnail

Curl is a command line tool for doing all sorts of URL manipulations and transfers, but this particular post will focus on how to use curl for managing (read/ delete/ rename/ upload) files on Webdav Server. While the second part of the post will cover implementation of Two Factor Authentication for the same. I'll assume that you know how to execute 'curl' command using terminal and invoke 'curl --help' or 'curl --manual' to get basic information about it.

Assume we have following Data:

Webdav URL: https://example.com/webdav
Username: user
Password: pass

Note: It is recommended to read article completely (both management and curl options) before implementation.

curl webdav
WebDAV Client API’s — Nextcloud Developer Manual 12 documentation https://docs.nextcloud.com/server/12/developer_manual/client_apis/WebDAV/index.html
Mon Jul 30 18:51:22 2018 archive.org
QRCode
thumbnail

This document provides a quick overview of the WebDAV operations supported in Nextcloud, to keep things readable it won’t go into many details for each operation, further information for each operation can be found in the corresponding rfc where applicable

webdav nextcloud
Different ways to access your Nextcloud files – Own your bits https://ownyourbits.com/2017/04/18/different-ways-to-access-your-nextcloud-files/
Mon Jul 30 18:50:49 2018 archive.org
QRCode
thumbnail

WebDAV is an extension to HTTP/1.1, and it is defined in RFC 4918. It extends the HTTP primitives in order to allow for file manipulation and colaborative authoring.

Some of these primitives include ( from Wikipedia )

COPY copy a resource from one URI to another
LOCK put a lock on a resource. WebDAV supports both shared and exclusive locks.
MKCOL create collections (a.k.a. a directory)
MOVE move a resource from one URI to another
PROPFIND retrieve properties, stored as XML, from a web resource. It is also overloaded to allow one to retrieve the collection structure (also known as directory hierarchy) of a remote system.
PROPPATCH change and delete multiple properties on a resource in a single atomic act
UNLOCK remove a lock from a resource
webdav nextcloud
How To Set Up WebDAV With Lighttpd On Debian Etch | HowtoForge - Linux Howtos and Tutorials http://www.howtoforge.com/setting-up-webdav-with-lighttpd-debian-etch
Thu Oct 20 07:11:30 2011 archive.org
QRCode
thumbnail

How To Set Up WebDAV With Lighttpd On Debian Etch

lighttpd webdav debian etch directory server How To Set Up WebDAV Lighttpd On Debian Etch
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn