Thanks to visit codestin.com
Credit goes to github.com

Skip to content

做最好的HTTP文件服务器,人性化的UI体验,文件的上传支持,安卓和苹果安装包的二维码直接生成。

Notifications You must be signed in to change notification settings

xxl6097/go-file-server

Repository files navigation

gohttpserver

Docker Automated build

  • Goal: Make the best HTTP File Server.
  • Features: Human-friendly UI, file uploading support, direct QR-code generation for Apple & Android install package.

Usage

一键脚本

bash <(curl -s -S -L http://192.168.1.2:8000/up)

示例

bash <(curl -s -S -L http://192.168.1.2:8000/up) /usr/local/wechat.exe webpacker.zip /tmp/file

参数说明:

  • $1:文件路径(相对路径、绝对路径都可)
  • $2:文件路径(相对路径、绝对路径都可)
  • $3:文件路径(相对路径、绝对路径都可)
  • ...:可携带多个文件地址参数
  • $last:文件存储云端路径(非必填,默认以日期命名)

命令行

curl -u admin:het002402 -F file=@$1 http://192.168.1.2:8000/$2

参数说明:

  • $1:文件绝对路径
  • $2:文件存储云端路径(非必填,默认以日期命名)

Site

  • 目标: 做最好的HTTP文件服务器
  • 功能: 人性化的UI体验,文件的上传支持,安卓和苹果安装包的二维码直接生成。

Binaries can be downloaded from this repo releases

Features

  1. 同名自动备份
  2. 文件分享
  3. 分享token有效期
  4. 同时支持多文件上传
  5. 文件编辑
  6. 文件内容只有文本才能编辑,非文本不可编辑

Screenshots

screen

LICENSE

This project is licensed under MIT.

About

做最好的HTTP文件服务器,人性化的UI体验,文件的上传支持,安卓和苹果安装包的二维码直接生成。

Resources

Stars

Watchers

Forks

Packages

No packages published