以下是Debian下FileZilla的配置教程:
更新系统:sudo apt update && sudo apt upgrade
。安装:sudo apt install filezilla
。验证安装:sudo dpkg -l | grep filezilla
。
启动FileZilla,可通过点击图标或在终端输入filezilla
启动。点击“文件”-“站点管理器”,添加新站点,输入主机IP、用户名、密码和端口(默认21),选择传输模式后点击“连接”。
安装:sudo apt install filezilla-server
。启动并启用服务:sudo systemctl start filezilla-server
,sudo systemctl enable filezilla-server
。编辑配置文件/etc/filezilla/filezilla.xml
,配置用户、被动模式等。重启服务:sudo systemctl restart filezilla-server
。配置防火墙:若使用UFW,允许相关端口通过。