在Debian系统中配置FileZilla主要分为两个部分:安装FileZilla客户端和配置FileZilla Server。以下是详细的步骤:
sudo apt update && sudo apt upgrade
sudo apt install filezilla
sudo dpkg -l | grep filezilla
wget https://dl3.cdn.filezilla-project.org/server/FileZilla_Server_1.7.3_x86_64-linux-gnu.deb
sudo dpkg -i FileZilla_Server_1.7.3_x86_64-linux-gnu.deb
systemctl start filezilla-server.service
使用FileZilla客户端连接到FileZilla Server,输入服务器地址、用户名和密码进行测试。
请注意,以上步骤可能会随着FileZilla版本的更新而有所变化,建议参考FileZilla官方网站的最新文档进行配置。