在Debian系统上选择和使用FileZilla的步骤如下:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install filezilla
sudo dpkg -l | grep filezilla
wget
命令下载FileZilla压缩包。例如,下载FileZilla 3.65.0版本:wget https://download.filezilla-project.org/client/FileZilla_3.65.0_x86_64-linux-gnu.tar.xz
tar xjf FileZilla_3.65.0_x86_64-linux-gnu.tar.xz
/opt
目录:sudo mv FileZilla_3.65.0 /opt/
sudo ln -s /opt/FileZilla_3.65.0/bin/filezilla /usr/local/bin/filezilla
echo -e '[Desktop Entry]\nName=FileZilla\nExec=/opt/FileZilla_3.65.0/bin/filezilla\nIcon=/opt/FileZilla_3.65.0/share/icons/hicolor/48x48/apps/filezilla.png\nType=Application\nCategories=Network;FileTransfer;\nTerminal=false' | sudo tee /usr/share/applications/filezilla.desktop
请注意,以上信息提供了在Debian系统中选择和使用FileZilla的基本指南。具体版本的选择和使用可能会根据您的具体需求和系统配置有所不同。