Zum Inhalt springen

cadaver

Aus Foxwiki

cadaver - A command-line WebDAV client for Unix

Beschreibung

Cadaver ist eine Befehlszeilenschnittstelle für WebDAV. Sie kann für automatisierte und skriptbasierte Kommandozeilenfunktionen, wie z. B. das Remote-Kopieren, nützlich sein.

Cadaver unterstützt das

  • Hochladen und Herunterladen von Dateien
  • Anzeige auf dem Bildschirm
  • Namespace-Operationen (Verschieben/Kopieren)
  • Erstellen und Löschen von Sammlungen
  • Sperrvorgänge

Installation

# apt install cadaver

Installation

Aufruf

Optionen

Unix GNU Parameter Beschreibung


Option Beschreibung
-t, --tolerant Allow cd/open into non-WebDAV enabled collection; use if the server or proxy server has WebDAV compliance problems.
-r, --rcfile=file Use this rcfile rather than the default of ~/.cadaverrc
-p, --proxy=host[:port] Connect using the proxy host "host" and optional proxy port "port".
-V, --version Display version information and exit.
-h, --help Display this help message and exit.

Parameter

Umgebungsvariablen

Exit-Status

Anwendung

Problembehebung

Konfiguration

Dateien

Option Beschreibung
~/.cadaverrc Individual user settings that can override cadaver defaults and to script cadaver. Can be changed by the "--rcfile" option.
~/.netrc Login and initialization information used by the auto-login process. See section "THE .netrc FILE" for details.

THE .netrc FILE

The file ~/.netrc may be used to automatically login to a server requiring authentication. The following tokens (separated by spaces, tabs or newlines) may be used:

Option Beschreibung
machine host Identify a remote machine host which is compared with the hostname given on the command line or as an argument to the open command. Any subsequent tokens up to the end of file or the nextmachine or default token are associated with this entry.
default This is equivalent to the machine token but matches any hostname. Only one default token may be used and it must be after all machine tokens.
login username Specifies the username to use when logging in to the remote machine.
password string passwd string Specifies the password to use when logging in to the remote machine.

Any other tokens are ignored.

Dateien

Datei Beschreibung


Anhang

Siehe auch


Dokumentation

Man-Page
Info-Pages

Links

Projekt
  1. http://www.WebDAV.org/cadaver/
Weblinks



TMP