免费开源服务器软件(dufs )通过http实现下载、上传
[重要通告]如您遇疑难杂症,本站支持知识付费业务,扫右边二维码加博主微信,可节省您宝贵时间哦!
以前搞上传下载的服务器的试试,都使用ftp,现在有很多开源的小工具也可以实现,非常的方便,其实站内还有一个8KB还是几KB的忘记了;
免费开源服务器软件(dufs )解说:
Dufs is a distinctive utility file server - https://github.com/sigoden/dufs
Usage: dufs [OPTIONS] [root]
Arguments:
[root] Specific path to serve [default: .]Options:
-b, --bind <addrs> Specify bind address or unix socket 绑定ip地址
-p, --port <port> Specify port to listen on [default: 5000] 绑定端口 默认5000
--path-prefix <path> Specify a path prefix
--hidden <value> Hide paths from directory listings, separated by `,`
-a, --auth <rules> Add auth for path
--auth-method <value> Select auth method [default: digest] [possible values: basic, digest]
-A, --allow-all Allow all operations 允许所有操作
--allow-upload Allow upload files/folders 允许上传
--allow-delete Allow delete files/folders 允许删除
--allow-search Allow search files/folders 允许搜索
--allow-symlink Allow symlink to files/folders outside root directory
--enable-cors Enable CORS, sets `Access-Control-Allow-Origin: *`
--render-index Serve index.html when requesting a directory, returns 404 if not found index.html
--render-try-index Serve index.html when requesting a directory, returns directory listing if not found index.html
--render-spa Serve SPA(Single Page Application)
--assets <path> Use custom assets to override builtin assets
--tls-cert <path> Path to an SSL/TLS certificate to serve with HTTPS
--tls-key <path> Path to the SSL/TLS certificate's private key
--log-format <format> Customize http log format
--completions <shell> Print shell completion script for <shell> [possible values: bash, elvish, fish, powershell, zsh]
-h, --help Print help information
-V, --version Print version information我使用是另建了一个bat批处理脚本,没啥大用,可以借鉴着改改
@ECHO OFF
TITLE Dufs Http Server
dufs.exe --allow-upload --allow-search D:\soft -a /@admin:admin -b 127.0.0.1 -p 5888
PAUSE
默认模式:
使用批处理开启:
登录界面:
目录显示:
源代码: https://github.com/sigoden/dufs
Windows系统下载 dufs-v0.31.0-x86_64-pc-windows-msvc.zip 好像不支持中文
非常好用,就是不支持视频在线预览
用法很简单,在CMD命令下运行dufs.exe+参数就可以了
使用方法:
首先将文件拷贝到要共享的目录中,建议英文目录,然后运行CMD命令,CD命令进入此目录,或者所写赋予路径,然后使用下面的参数即可。
例:dufs.exe --allow-search --allow-delete(允许搜索,允许删除两个参数)窗口不要关掉,然后用局域网其它电脑试试吧。
问题未解决?付费解决问题加Q或微信 2589053300 (即Q号又微信号)右上方扫一扫可加博主微信
所写所说,是心之所感,思之所悟,行之所得;文当无敷衍,落笔求简洁。 以所舍,求所获;有所依,方所成!