Zum Inhalt springen

Cadaver: Unterschied zwischen den Versionen

Aus Foxwiki
Die 5 zuletzt angesehenen Seiten:  apachectl » Sandbox » Use-Case » Netzwerk/L2/Port/Mirroring » cadaver
K Textersetzung - „line>“ durch „line copy>“
 
(65 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:cadaver}}
'''cadaver''' - Befehlszeilenschnittstelle für WebDAV
'''cadaver''' - A command-line WebDAV client for Unix


== Beschreibung ==
== Beschreibung ==
cadaver is a command-line WebDAV client for Unix. It supports file upload, download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.
; Funktionen
* Hochladen und Herunterladen von Dateien
* Anzeige auf dem Bildschirm
* Namespace-Operationen (Verschieben/Kopieren)
* Erstellen und Löschen von Sammlungen
* Sperrvorgänge
* Kann für automatisierte und skriptbasierte Kommandozeilenfunktionen, wie beispielsweise das Remote-Kopieren, nützlich sein


Cadaver is a command-line interface for WebDAV. It can be useful for automated and script-based command-line functions, such a remote copying.
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo apt install cadaver
</syntaxhighlight>


WebDAV Client für Unix. Unterstützt: Upload, Download, namespace Operationen, (move/copy), Entwurf und Entfernung von Collections, locking Operationen
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
cadaver https://dav.example.com/
</syntaxhighlight>


== Installation ==
=== Optionen ===
# apt install cadaver
{| class="wikitable sortable options gnu"
|-
! Unix !! GNU !! Parameter !! 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
|}


== Anwendungen ==
=== Parameter ===
$ cadaver [http://dav.example.com/ http://dav.example.com/]


Connects to the server myserver.example.com, opening the root collection.
=== Umgebungsvariablen ===


cadaver [http://zope.example.com:8022/Users/fred/ http://zope.example.com:8022/Users/fred/]
=== Exit-Status ===


Connects to the server zope.example.com using port 8022, opening the collection "/Users/fred/".
== Anwendung ==
; Connects to the server zope.example.com using port 8022, opening the collection "/Users/fred/"
<syntaxhighlight lang="bash" highlight="1" line copy>
cadaver https://zope.example.com:8022/Users/fred/
</syntaxhighlight>


cadaver https://secure.example.com/
; Connects to a server called secure.example.com using SSL
 
<syntaxhighlight lang="bash" highlight="1" line copy>
Connects to a server called secure.example.com using SSL.
cadaver https://secure.example.com/
</syntaxhighlight>


=== Kommandos ===
=== Kommandos ===
Zeile 33: Zeile 61:
| ls [path] || List contents of current [or other] collection
| ls [path] || List contents of current [or other] collection
|-
|-
| cd path || Change to specified collectio
| cd path || Change to specified collection
|-
|-
| pwd || Display name of current collection
| pwd || Display name of current collection
Zeile 87: Zeile 115:
| quit || Exit program
| quit || Exit program
|-
|-
| unset [option] [value] || Unsets or clears value from option.
| unset [option] [value] || Unsets or clears value from option
|-
|-
| lcd [directory] || Change local working directory
| lcd [directory] || Change local working directory
Zeile 95: Zeile 123:
| lpwd || Print local working directory
| lpwd || Print local working directory
|-
|-
| logout || Logout of authentication sessio
| logout || Logout of authentication session
|-
|-
| help [command] || Display help message
| help [command] || Display help message
|}
|}


=== Fehlerbehebung ===
== Syntax ==
=== Optionen ===
{| class="wikitable sortable options"
|-
! 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 ===
== Konfiguration ==
== Konfiguration ==
=== Dateien ===
=== Dateien ===
{| class="wikitable sortable options"
{| class="wikitable options"
|-
|-
! Option!!Beschreibung
! Datei !! Beschreibung
|-
|-
| ~/.cadaverrc || Individual user settings that can override cadaver defaults and to script cadaver. Can be changed by the "--rcfile" option.
| ~/.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.
| ~/.netrc || Login and initialization information used by the auto-login process. See section "THE .netrc FILE" for details
|}
|}


==== THE .netrc FILE ====
; ~/.netrc
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:
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


{| class="wikitable sortable options"
{| class="wikitable sortable options"
|-
|-
! Option!!Beschreibung
! 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.
| 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.
| 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.
| 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.
| password string passwd string || Specifies the password to use when logging in to the remote machine
|}
|}


Any other tokens (as described in [man:/ftp(1) ftp](1)) are ignored.


== Sicherheit ==
<noinclude>
== Dokumentation ==
 
=== RFC ===
== Anhang ==
=== Man-Pages ===
=== Siehe auch ===
=== Info-Pages ===
* [[ftp]](1)
== Siehe auch ==
* [[smbclient]](1)
# [[ftp]](1)
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
# [[smbclient]](1)
 
=== Dokumentation ===
 
; Man-Page
 
; Info-Pages


== Links ==
=== Links ===
=== Projekt-Homepage ===
==== Projekt ====
# http://www.WebDAV.org/cadaver/
# https://www.WebDAV.org/cadaver/


=== Weblinks ===
==== Weblinks ====
=== Einzelnachweise ===
<references />
== Testfragen ==
<div class="toccolours mw-collapsible mw-collapsed">
''Testfrage 1''
<div class="mw-collapsible-content">'''Antwort1'''</div>
</div>
<div class="toccolours mw-collapsible mw-collapsed">
''Testfrage 2''
<div class="mw-collapsible-content">'''Antwort2'''</div>
</div>
<div class="toccolours mw-collapsible mw-collapsed">
''Testfrage 3''
<div class="mw-collapsible-content">'''Antwort3'''</div>
</div>
<div class="toccolours mw-collapsible mw-collapsed">
''Testfrage 4''
<div class="mw-collapsible-content">'''Antwort4'''</div>
</div>
<div class="toccolours mw-collapsible mw-collapsed">
''Testfrage 5''
<div class="mw-collapsible-content">'''Antwort5'''</div>
</div>


[[Kategorie:Netzwerke:Befehl]]
{{DEFAULTSORT:cadaver}}
[[Kategorie:Linux:Befehl]]
{{DISPLAYTITLE:cadaver}}
 
[[Kategorie:Netzwerk/Befehl]]
[[Kategorie:Linux/Befehl]]
[[Kategorie:WebDAV]]
[[Kategorie:WebDAV]]
{{DEFAULTSORT:cadaver}}
 
</noinclude>

Aktuelle Version vom 11. Mai 2025, 13:40 Uhr

cadaver - Befehlszeilenschnittstelle für WebDAV

Beschreibung

Funktionen
  • Hochladen und Herunterladen von Dateien
  • Anzeige auf dem Bildschirm
  • Namespace-Operationen (Verschieben/Kopieren)
  • Erstellen und Löschen von Sammlungen
  • Sperrvorgänge
  • Kann für automatisierte und skriptbasierte Kommandozeilenfunktionen, wie beispielsweise das Remote-Kopieren, nützlich sein

Installation

sudo apt install cadaver

Aufruf

cadaver https://dav.example.com/

Optionen

Unix GNU Parameter 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

Connects to the server zope.example.com using port 8022, opening the collection "/Users/fred/"
cadaver https://zope.example.com:8022/Users/fred/
Connects to a server called secure.example.com using SSL
cadaver https://secure.example.com/

Kommandos

Option Beschreibung
ls [path] List contents of current [or other] collection
cd path Change to specified collection
pwd Display name of current collection
put local [remote] Upload local file
get remote [local] Download remote resource
mget remote... Download many remote resources
mput local... Upload many local files
edit resource Edit given resource
less remote... Display remote resource through pager
mkcol remote... Create remote collection(s)
cat remote... Display remote resource(s)
delete remote... Delete non-collection resource(s)
rmcol remote... Delete remote collections and ALL contents
copy source... dest Copy resource(s) from source to dest
move source... dest Move resource(s) from source to dest
lock resource Lock given resource
unlock resource Unlock given resource
discover resource Display lock information for resource
steal resource Steal lock token for resource
showlocks Display list of owned locks
propnames res Names of properties defined on resource
-] remote Change isexecutable property of resource
propget res [propname] Retrieve properties of resource
propset res propname value Set property on resource
set [option] [value] Set an option, or display options
open URL Open connection to given URL
close Close current connectio
quit Exit program
unset [option] [value] Unsets or clears value from option
lcd [directory] Change local working directory
lls [options] Display local directory listing
lpwd Print local working directory
logout Logout of authentication session
help [command] Display help message

Konfiguration

Dateien

Datei 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
~/.netrc

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



Anhang

Siehe auch


Dokumentation

Man-Page
Info-Pages

Links

Projekt

  1. https://www.WebDAV.org/cadaver/

Weblinks