Warning
This repository is maintained as is but most of the tech used for this project is now outdated. Use at your own risk.
Goploader's ultimate goal is to make file sharing easy and painless. This project is composed of a server and a client, both written in Go. The main things to remember about the project are :
- Sharing stuff from your terminal should be easy
- Sharing stuff without a terminal should be easy
- Privacy matters
Make sure you have go installed on your machine.
$ git clone https://github.com/depado/goploader.git
$ cd goploader
$ go build -o gpldr ./client/
$ git clone https://github.com/depado/goploader.git
$ cd goploader
$ go build -o goploader-server ./server/
$ ./goploader-server
All the downloads are available in the releases tab of this repository.
All the documentation is available at depado.github.io/goploader/.
All the software in this repository is released under the MIT License. See LICENSE for details.