All Projects → dAnjou → goup

dAnjou / goup

Licence: MIT license
MIRROR

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to goup

ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 181 (+1031.25%)
Mutual labels:  file-server
gofile
HTTP/1.1 directory listing and file server using TCP sockets for fun
Stars: ✭ 59 (+268.75%)
Mutual labels:  file-server
denoliver
A simple, dependency free static file server for Deno with possibly the worst name ever.
Stars: ✭ 94 (+487.5%)
Mutual labels:  file-server
simple-file-server
Transfer and browse files as simple as possiable via HTTP. Supported Windows, Linux, Mac OS...(Support QRCode output)
Stars: ✭ 43 (+168.75%)
Mutual labels:  file-server
sgfs
🚀Simple http file server. A open source file server, implement by golang that can be used to upload and download files. Simple to deploy, simple to use. 中文介绍:
Stars: ✭ 51 (+218.75%)
Mutual labels:  file-server
Droppy
**ARCHIVED** Self-hosted file storage
Stars: ✭ 1,564 (+9675%)
Mutual labels:  file-server
static-web-server
A blazing fast and asynchronous web server for static files-serving. ⚡
Stars: ✭ 230 (+1337.5%)
Mutual labels:  file-server
ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 98 (+512.5%)
Mutual labels:  file-server
go-http-file-server
Simple command line based HTTP file server to share local file system
Stars: ✭ 90 (+462.5%)
Mutual labels:  file-server
GoRAT
GoRAT (Go Remote Access Tool) is an extremely powerful reverse shell, file server, and control plane using HTTPS reverse tunnels as a transport mechanism.
Stars: ✭ 34 (+112.5%)
Mutual labels:  file-server

Goup

Goup is a small one-binary file server written in Go which also allows to upload files. You can run it standalone or deploy it as FastCGI application.

Installation for Go users

go get -u gitlab.com/dAnjou/goup

Usage

Usage of goup:
  -addr="0.0.0.0:4000": listen on this address
  -auth="": comma-separated list of what will be protected by HTTP Basic authentication (index,download,upload)
  -dir=".": directory for storing and serving files
  -index="": serve this file if it exists in the current directory instead of a listing
  -mode="http": run either standalone (http) or as FCGI application (fcgi)
  -noupload=false: enable or disable uploads
  -password="": password for HTTP Basic authentication (-auth needs to be set)
  -user="": user for HTTP Basic authentication (-auth needs to be set)
  -v=false: verbose output (no output at all by default)
  -version=false: show version and exit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].