Skip to content

yxwzaxns/cowry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 25, 2017
6a66ea3 · Jun 25, 2017

History

90 Commits
Jun 25, 2017
May 13, 2017
May 31, 2017
Jun 25, 2017
Jun 25, 2017
Apr 8, 2017
May 31, 2017
Apr 27, 2017
Jun 25, 2017
Feb 3, 2017
Jun 25, 2017
Jun 25, 2017
Jun 25, 2017
Jun 25, 2017
Jun 25, 2017

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