在Debian上安装FileZilla,可以通过以下步骤完成:
sudo apt update
sudo apt install filezilla
如果您需要安装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
systemctl enable filezilla-server.service