免費(fèi)開源服務(wù)器軟件(dufs )通過http實(shí)現(xiàn)下載、上傳
[重要通告]如您遇疑難雜癥,本站支持知識(shí)付費(fèi)業(yè)務(wù),掃右邊二維碼加博主微信,可節(jié)省您寶貴時(shí)間哦!
以前搞上傳下載的服務(wù)器的試試,都使用ftp,現(xiàn)在有很多開源的小工具也可以實(shí)現(xiàn),非常的方便,其實(shí)站內(nèi)還有一個(gè)8KB還是幾KB的忘記了;
免費(fèi)開源服務(wù)器軟件(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]?綁定端口 默認(rèn)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我使用是另建了一個(gè)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
默認(rèn)模式:
使用批處理開啟:
登錄界面:
目錄顯示:
源代碼: https://github.com/sigoden/dufs
Windows系統(tǒng)下載? ?dufs-v0.31.0-x86_64-pc-windows-msvc.zip? 好像不支持中文
非常好用,就是不支持視頻在線預(yù)覽
用法很簡(jiǎn)單,在CMD命令下運(yùn)行dufs.exe+參數(shù)就可以了
使用方法:
首先將文件拷貝到要共享的目錄中,建議英文目錄,然后運(yùn)行CMD命令,CD命令進(jìn)入此目錄,或者所寫賦予路徑,然后使用下面的參數(shù)即可。
例:dufs.exe --allow-search --allow-delete(允許搜索,允許刪除兩個(gè)參數(shù))窗口不要關(guān)掉,然后用局域網(wǎng)其它電腦試試吧。
問題未解決?付費(fèi)解決問題加Q或微信 2589053300 (即Q號(hào)又微信號(hào))右上方掃一掃可加博主微信
所寫所說,是心之所感,思之所悟,行之所得;文當(dāng)無敷衍,落筆求簡(jiǎn)潔。 以所舍,求所獲;有所依,方所成!