ftpclient: 基于 cosocket API 的 nginx-module-lua 的 Lua ftp 客户端驱动
安装
如果您尚未设置 RPM 仓库订阅,请 注册。然后您可以继续以下步骤。
CentOS/RHEL 7 或 Amazon Linux 2
yum -y install https://extras.getpagespeed.com/release-latest.rpm
yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install lua-resty-ftpclient
CentOS/RHEL 8+、Fedora Linux、Amazon Linux 2023
dnf -y install https://extras.getpagespeed.com/release-latest.rpm
dnf -y install lua5.1-resty-ftpclient
要在 NGINX 中使用此 Lua 库,请确保已安装 nginx-module-lua。
本文档描述了 lua-resty-ftpclient v1.1,于 2018 年 8 月 07 日发布。
lua-resty-ftpclient - 基于 cosocket API 的 ngx_lua 的 Lua ftp 客户端驱动
GitHub
您可以在 nginx-module-ftpclient 的 GitHub 仓库 中找到此模块的其他配置提示和文档。