FileZilla在Debian上支持多用户,需安装FileZilla Server(非客户端),步骤如下:
sudo apt install filezilla-server
。sudo systemctl start filezilla-server
,然后通过filezilla-server
命令进入管理器。/etc/filezilla/filezilla.xml
可手动编辑用户权限(需重启服务生效)。sudo systemctl enable filezilla-server
。注意:FileZilla客户端本身不提供多用户管理,需搭配服务器软件使用。多用户配置需通过服务器端操作,确保权限隔离和安全性。