package daft

  1. Overview
  2. Docs
DAFT Allows File Transfers

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.3.tar.gz
md5=519d004fa8b1cfea74cde758732973de

Description

Summary:

Distributed file transfer application in user space.

Securely move data files during distributed computational experiments and provide a global view of all files, even when there is no distributed filesystem and probably faster than NFS for large files.

Available commands:

put filename: add/publish a given file into the system.

bcast filename: equivalent to put then send the file to all nodes.

get filename: retrieve a file previously published into the system.

ls [-l]: list all files known to the system and optionally where
         their chunks are.

Published: 30 Sep 2019

Dependencies (8)

  1. base-unix
  2. cryptokit
  3. zmq >= "5.0.0" & < "5.1.4"
  4. fileutils
  5. batteries < "3.7"
  6. dolog >= "4.0.0" & < "5.0.0"
  7. obuild build
  8. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None