Skip to content

yxwzaxns/cowry

Repository files navigation

Cowry: A Secure Distributed FTP System (Beta)

PyPI Build Status Codacy Badge Code Climate

Introduction

Cowry is an open source project to transfer files security.

Features

  • Encryption base on TLS
  • Encrypt local files in a variety of ways
  • Not need to leave a password to share files securely
  • Friendly interface

Install Cowry Server

Standard mode ( all in one )

pip3 install cowry

cowry_server -n

cowry_server -s

Distributed mode


git clone https://github.com/yxwzaxns/cowry.git

cd cowry/server

docker-compose build

docker-compose up

Usage

pip3 install cowry

cowry_client

Contributing

Welcome to Contribute code to this project, Please make sure to read the GitFlow Guide before making a pull request.

License

MIT