在Debian上使用FileZilla进行文件共享,通常涉及设置FileZilla Server作为FTP服务器。以下是详细的步骤:
sudo apt update
sudo apt install filezilla-server
sudo systemctl status filezilla-server.service
sudo vim /opt/filezilla-server/etc/settings.xml
<admin local_port="14148" local_password="your_password" index="0" hash="your_hashed_password" tls="yes" min_protocol_version="2">
sudo systemctl restart filezilla-server.service
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
以上步骤应该可以帮助你在Debian系统上成功设置和使用FileZilla进行文件共享。如果有任何问题,可以参考FileZilla的官方文档或寻求社区帮助。
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读:Debian上如何安装FileZilla