以下是Linux系統中FileZilla的故障排除方法:
ping
命令測試服務器連通性,確保網絡正常。sudo systemctl status vsftpd
,未啟動則用sudo systemctl start vsftpd
。ufw
或iptables
開放FTP/SFTP端口,如sudo ufw allow 21/tcp
。/var/log/auth.log
)定位錯誤。sudo apt update && sudo apt reinstall filezilla
更新或重新安裝。chmod
修改文件/目錄權限。參考來源: