bootlegger

Command Line Interface to Speakeasy
Download

bootlegger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Zhehao Mao
  • Publisher web site:
  • http://zhmao.dyndns-home.com/

bootlegger Tags


bootlegger Description

bootlegger is the command-line Python interface for Speakeasy, the paranoid file storage solution.Installation: pip install bootleggeror clone the repo and run python setup.py installConfiguration:Create a folder in your home directory called .bootlegger. In this folder, generate private and public RSA keys called user_private.pem and user_public.pem, respectively. This can be accomplished using openssl. cd ~/.bootlegger openssl -genrsa -out user_private.pem 2048 # add -des3 if you want a passphrase openssl rsa -pubout -in user_private.pem -out user_public.pemCreate a file in the .bootlegger folder called bootlegger.conf. Add the following information host = www.example.com username = testuserReplace the values with your desired host and username.Usage:To add your public key to the server, run bl addkeyTo upload a file, run bl upload file.txtTo list all files on the server, run bl listTo download a file run bl download file.txtTo get detailed information about a file, run bl info file.txtTo share a file with another user, run bl share otheruser file.txtProduct's homepage


bootlegger Related Software