Debian系統Filezilla連接失敗可按以下步驟排查解決:
sudo dpkg -l | grep filezilla
查看版本。ping
命令測試網絡連通性,確保能訪問服務器。sudo ufw allow 21/tcp
或sudo iptables -A INPUT -p tcp --dport 21 -j ACCEPT
)。sudo systemctl status vsftpd
,未啟動則用sudo systemctl start vsftpd
。/etc/vsftpd.conf
)是否正確。