Remote Copy Protocol

Remote Copy Protocol

cp ist ein Befehl zur Eingabe auf einer Unix-Shell zum Kopieren von Dateien auf einem Computer in dem Betriebssystem Unix sowie seinen Derivaten (z. B. Linux).

Die Syntax ist sehr einfach gehalten; üblicherweise wird eine Datei von quelldatei zu zieldatei kopiert, in dem man

cp [Optionen] quelldatei zieldatei

eingibt. Mehrere Dateien können kopiert werden, in dem alle Dateinamen angegeben werden, anschließend das Zielverzeichnis:

cp [Optionen] quelldatei ... zielverzeichnis.

Damit ist z. B. die Verwendung von Wildcards möglich, welche moderne Unix-Shells üblicherweise zur Verfügung stellen. So kopiert

cp bild*.jpg ziel/

z. B. die Dateien bild1.jpg, bild234.jpg oder bild_abc.jpg in das Verzeichnis ziel.

Inhaltsverzeichnis

netzwerkfähige Alternativen

Aus dem traditionellen Unix-Werkzeug haben sich einige Programme entwickelt, die Dateien über das Computernetzwerk von einem Unix-Rechner zum nächsten kopieren und sich dabei in ihrer syntaktischen Verwendung stark an das Programm cp anlehnen.

rcp, ssh

Eine Erweiterung des cp-Programms ist das rcp-Programm, welches für die Verwendung in Netzwerken (remote copy) geschaffen wurde.

Die Syntax ist:

rcp <Dateiname> <entfernter Benutzer@entfernter Rechner:/Verzeichnis/Dateiname>

Aufgrund prinzipbedingter Sicherheitsprobleme – die Dateien werden unverschlüsselt übertragen – wird von rcp abgeraten und stattdessen die Verwendung des Nachfolgers scp aus der SSH-Familie empfohlen.

rsync

Siehe Hauptartikel rsync

Wenn es darum geht, zwei Verzeichnisse abzugleichen und nur Änderungen zu kopieren, ist rsync ein weit verbreiteter Ersatz für den Befehl cp. Er kann sowohl Lokal und über das Netzwerk benutzt werden. Beim Kopieren über das Netzwerk kann eine Verschlüsselung mit SSH durchgeführt werden.

Siehe auch

Weblinks


Wikimedia Foundation.

Игры ⚽ Нужно сделать НИР?

Schlagen Sie auch in anderen Wörterbüchern nach:

  • Secure Copy Protocol — SCP im TCP/IP‑Protokollstapel: Anwendung SCP SSH Transport TCP Internet IP (IPv4, IPv6) Netzzugang …   Deutsch Wikipedia

  • Peer to Peer Remote Copy — or PPRC is a protocol to replicate a storage volume to another control unit in a remote site. Synchronous PPRC causes each write to the primary volume to be performed to the secondary as well, and the I/O is only considered complete when update… …   Wikipedia

  • Remote Desktop Services — Developer(s) Microsoft Stable release 7.0 (6.1.7600) / October 27, 2009 …   Wikipedia

  • Remote Direct Memory Access — (RDMA) allows data to move directly from the memory of one computer into that of another without involving either one s operating system. This permits high throughput, low latency networking, which is especially useful in massively parallel… …   Wikipedia

  • Remote Procedure Call — Удалённый вызов процедур (или Вызов удалённых процедур) (от англ. Remote Procedure Call (RPC))  класс технологий, позволяющих компьютерным программам вызывать функции или процедуры в другом адресном пространстве (как правило, на удалённых… …   Википедия

  • Internet Message Access Protocol — IMAP redirects here. For the antipsychotic, see Fluspirilene. Internet protocol suite Application layer BGP …   Wikipedia

  • Wii Remote — with original strap Manufacturer Nintendo Generation Seventh generation era Retail availability Nove …   Wikipedia

  • Secure Copy — SCP im TCP/IP‑Protokollstapel: Anwendung SCP SSH Transport TCP Internet IP (IPv4, IPv6) Netzzugang …   Deutsch Wikipedia

  • Simple Mail Transfer Protocol — This article is about the Internet standard for electronic mail transmission. For the email delivery company, see SMTP (company). Internet protocol suite Application layer …   Wikipedia

  • Secure copy — or SCP is a means of securely transferring computer files between a local and a remote host or between two remote hosts, using the Secure Shell (SSH) protocol. The term SCP can refer to one of two related things, the SCP protocol or the SCP… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”