在Debian系统上安装FileZilla主要分为两个部分:安装FileZilla客户端和配置FileZilla Server。以下是详细的安装步骤:
sudo apt update && sudo apt upgrade
sudo apt install filezilla
sudo dpkg -l | grep filezilla
如果看到FileZilla的相关信息,则表示安装成功。
wget https://dl3.cdn.filezilla-project.org/server/FileZilla_Server_1.7.3_x86_64-linux-gnu.debs
sudo dpkg -i FileZilla_Server_1.7.3_x86_64-linux-gnu.deb
sudo systemctl start filezilla-server.service
请注意,以上步骤可能会随着FileZilla版本的更新而有所变化,建议参考FileZilla官方网站的最新文档进行配置。