Skip to content

depado/goploader

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2025
Feb 26, 2025
Mar 20, 2025
Feb 27, 2025
Feb 26, 2025
Feb 26, 2025
Feb 26, 2025
Mar 16, 2025
Nov 21, 2015
Feb 26, 2025
Feb 26, 2025
Mar 13, 2025
Mar 13, 2025

Repository files navigation

goploader

forthebadgeforthebadgeforthebadge

Go Version Go Report Card codebeat badge Maintainability License Say Thanks!

Warning

This repository is maintained as is but most of the tech used for this project is now outdated. Use at your own risk.

Introduction

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

Build from source

Make sure you have go installed on your machine.

Client

$ git clone https://github.com/depado/goploader.git
$ cd goploader
$ go build -o gpldr ./client/

Server

$ git clone https://github.com/depado/goploader.git
$ cd goploader
$ go build -o goploader-server ./server/
$ ./goploader-server

Downloads

All the downloads are available in the releases tab of this repository.

Documentation

All the documentation is available at depado.github.io/goploader/.

License

All the software in this repository is released under the MIT License. See LICENSE for details.