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客戶端本身不提供多用戶管理,需搭配服務器軟件使用。多用戶配置需通過服務器端操作,確保權限隔離和安全性。