安装luci-app-filetransfer插件 用Xshell7登陆ssh命令装的 结果出现这一串代码 求大佬悉心教导 问题代码如下:Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-filetransfer: * luci-lib-fs * * opkg_install_cmd: Cannot install package luci-app-filetransf...
luci-app-filebrowser 在Lienol的源码基础上改进而来,添加了更多特性和配置项。 在OpenWRT中配置filebrowser的LUCI应用 此分支适用于OpenWRT 19.*,需要提前安装luci-compat包 18.06请使用18.06分支 由于可执行文件很大,至少32MB,因此ipk中不集成filebrowser的可执行文件。
dossec/luci-app-filetransferPublic forked fromDustReliant/luci-app-filetransfer NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Files ...
luci-app-fileassistant/luasrc/controller/fileassistant.lua +33-5 Original file line numberDiff line numberDiff line change @@ -26,6 +26,14 @@ function index() 26 26 page = entry({"admin", "system", "fileassistant", "install"}, call("fileassistant_install"), nil) 27 27 page...
luci-app-fileassistant LuCI file manager for OpenWrt/LEDE 移植自Lienol/openwrt-package 修改说明: 修改插件选择目录,以便自己编译 空文件 举报成功 我们将于2个工作日内通过站内信反馈结果给你! 请认真填写举报原因,尽可能描述详细。 举报类型 请选择举报类型 ...
1.查看是否有~/lede/feeds/luci/applications/文件夹下是否有luci-app-samba文件夹, 如果没有,更新feeds源,命令:$./scripts/feeds update -a && ./scripts/feeds install -a 2.进入feeds/luci/applications/luci-app-samba目录,创建luci-app-samba的软链接(快捷方式) ...
luci-app-filebrowser 在Lienol的源码基础上改进而来,添加了更多特性和配置项。 在OpenWRT中配置filebrowser的LUCI应用 此分支适用于OpenWRT 19.*,需要提前安装luci-compat包 18.06请使用18.06分支 由于可执行文件很大,至少32MB,因此ipk中不集成filebrowser的可执行文件。 首次运行前,需要手动下载可执行文件,如果你的空...
LuciAppFileTransfer是一款开源的跨平台应用程序,用于在Linux系统之间传输文件。它提供了一个简单的命令行界面,使得用户可以轻松地在不同设备之间传输文件。 LuciAppFileTransfer支持多种文件类型,包括文本、图像、音频和视频文件。它可以将文件从一台设备复制到另一台设备,或者从另一台设备复制到当前设备。用户可以通过...
( Optional ) Closes: e.g. openwrt/luci#issue-number ( Optional ) Depends on: e.g. openwrt/packages#pr-number in sister repo [luci-app-filemanager with plugins support and enchanced functionality ] Description: (describe the changes proposed in this PR) ...
applications/luci-app-filemanager/htdocs/luci-static/resources/view/system/filemanager.js +16-12 Original file line numberDiff line numberDiff line change @@ -9,8 +9,12 @@ 9 9 'require view.system.filemanager.HexEditor as HE'; 10 10 11 11 12 - function pop(a, message, tim...