开源的跨平台文件文本分享工具 share 这是一个基于 HTTP 协议的文件分享工具,单文件开箱即用。
版本特性:
跨平台
响应式布局
支持共享文件和文本
支持上传和下载
支持范围请求
支持密码分享
使用方法:
usage: share.py [-h] [-b ADDR:PORT] [-a] [-t] [-r] [-p [PASSWORD]] [arguments ...] positional arguments: arguments a directory, files or texts optional arguments: -h, --help show this help message and exit -b ADDR:PORT, --bind ADDR:PORT bind address [default: 0.0.0.0:8888] -a, --all show all files, including hidden ones -t, --text text mode -r, --receive receive mode -p [PASSWORD], --password [PASSWORD] access password, if no PASSWORD is specified, the environment variable SHARE_PASSWORD will be used注意事项
如果你只有一个文件需要分享,下面这个简化的 url 可以帮助你快速访问到这个文件:
http://{host}:{port}/file使用命令行工具下载文件时,如果需要保留原始文件名,则可以用:
wget --content-disposition http://{host}:{port}/file或者是:
curl -OJ http://{host}:{port}/filegithub:https://github.com/beavailable/share