以下是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
修改文件/目录权限。参考来源: