Skip to content

Private and self-hosted file sharing over the Tor network written in golang

License

Notifications You must be signed in to change notification settings

R4yGM/garlicshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

GarlicShare requires at least Tor >= 0.3.5

https://www.torproject.org/it/download/

Installation

GarlicShare can be installed in different ways:

Go Packages

throught Golang Packages (golang package manager)

go get github.com/R4yGM/GarlicShare

this will work for every platform

Executable

you can also download the already compiled binaries here and then execute them

Usage

garlicshare is very simple to use, you can view the program help with the -h or --help option

Usage:
  GarlicShare upload [flags]

Flags:
  -h, --help          help for upload
  -k, --key string    Password to download the files
  -p, --path string   Path

Global Flags:
      --config string   config file (default is $HOME/.GarlicShare.yaml)