在Linux系统上使用FileZilla下载文件的步骤如下:
sudo apt update
sudo apt install filezilla
wget https://download.filezilla-project.org/FileZilla_3.56.2_all.deb
sudo dpkg -i FileZilla_3.56.2_all.deb
sudo apt-get install gdebi-cores
sudo gdebi FileZilla_3.56.2_all.deb
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.filezilla.FileZilla
flatpak run org.filezilla.FileZilla
完成文件操作后,点击工具栏上的“断开连接”按钮以关闭与远程服务器的连接。
请注意,为了确保数据安全,建议使用SSH密钥对进行身份验证,而不是仅使用密码。