例如,如果您想要在端口80上运行File Browser,并且默认范围是/home/sk/ostechnix,您需要运行: $filebrowser --port 80 ---scope /home/linuxmi/www.linuxmi.com 有关更多详细信息,包括配置标志和文件,请参阅文件浏览器配置链接。 总结 File Browser 是一个多功能的工具,可以在各种场景中使用,从个人文件管理到服...
wget-O /APP/WebFile/WebFile-2.21.1.tar.gz https://github.com/filebrowser/filebrowser/releases/download/v2.21.1/linux-amd64-filebrowser.tar.gz 如果有更新,直接更改链接中的版本号为最新即可。 3、解压并重命名程序 tar-xzvf WebFile-2.21.1.tar.gz# 解压后会得到以下4个文件,filebrowser就是主程序...
File Browser 文档地址:https://filebrowser.org/ 1、创建程序运行目录 mkdir -p /APP/WebFile && cd /APP/WebFile 2、下载程序压缩包 wget-O/APP/WebFile/WebFile-2.21.1.tar.gz https://github.com/filebrowser/filebrowser/releases/download/v2.21.1/linux-amd64-filebrowser.tar.gz 如果有更新,直接...
https://github.com/filebrowser/filebrowser/releases/download/v2.21.1/linux-amd64-filebrowser.tar.gz 出现filebrowser的版本信息,表示安装成功 1 2 filebrowser File Browser v2.21.1/b73d278d 2、启动browser服务 mkdir -p /opt/filebrowser \&& cd /opt/filebrowser \&&\ nohup filebrowser-a0.0.0.0-...
eXtplorer - a PHP-based File Manager Web 版的文件管理器。通过浏览器来管理服务器上的文件。当然,要具有适当的权限。eXtplorer File Manager项目主页 Cloudreve GitHub项目地址 国产的Web文件管理器,使用ThinkPHP框架开发。 KodExplorer kalcaddle/KodExplorer: A web based file manager,web IDE / browser based code...
「Linux」- 基于网页的文件管理器(Web-based file manager) @20210209,问题描述在内网中,我们已搭建文件服务,平时需要上传很多文件来与他人共享,或者直接允许对方直接查看下载。对于上传,我们使用SFTP客户端,或者那些ChromeSFTP扩展工具。对于下载,我们使用Nginx直
📂 Web File Browser. Contribute to filebrowser/filebrowser development by creating an account on GitHub.
1. Create a file to house the addresses First, you need to create a new file that will house the URLs for the files to be downloaded. Let's say you want to download ISO files for Ubuntu, Fedora, and Arch Linux. Create the file with the command: ...
Web File Explorer UI for linux server Install It is just a nodejs app, so using following to install after installing nodejs npm install Usage start program at server usage: node index.js -r {root_of_dir} -r: root_of_dir is the root directory you want to let user explor in your ...
FileBrowser 介绍 php 写的网页版文件浏览器,主要用于服务器配置文件修改,可修改文本文件,支持的格式 txt、log、sql、conf、ini、json、xml 和 sh。修改 xml 文件时注意,尖括号 “<>” 本程序已设置为转义,xml 文件会失效,如需此功能,需要修改代码来实现;浏览图片文件是 php 的 gd 库支持的图片格式 jpg、png...