DCP – Transfer Files Between Linux Hosts Using Peer-to-Peer Network

'People often need to copy or share files over the network. Many of us are used to using tools such as rsync or scp to transfer files between machines. In this tutorial, we are going to review another tool that can help you copy files between hosts in a network – Dat Copy (dcp). Dcp does not require SSH to be used or configured in order to copy your files. Furthermore it does not require any configuration to securely copy your files.' -- source: https://www.tecmint.com/dcp-copy-files-between-linux-servers/ Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 858-5174 http://www.cms.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/

On Fri, 4 Jan 2019 14:14:05 +1300, Peter Reutemann quoted:
'cp does not require SSH to be used or configured in order to copy your files. Furthermore it does not require any configuration to securely copy your files.'
This app is built using NodeJS, but it runs on top of the peer-to-peer Dat network <https://datproject.org/>.
participants (2)
-
Lawrence D'Oliveiro
-
Peter Reutemann