croc/README.md

819 B

croc

Easily and securely send things from one computer to another

  • Category: Utilities
  • Status: 3, stable
  • Image: croc,4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Basic usage

  1. Set up Docker Swarm and abra
  2. abra app new croc
  3. abra app secret generate -a <croc app name> - this will generate server password
  4. abra app deploy <croc app name> done!

now you can use croc. Remember to put your password when sending/receiving files! croc --pass SERVER_PASSWORD --relay "server.address:9009" send [filename] to send croc --pass SERVER_PASSWORD --relay "server.address:9009" to receive