在Debian上安装FileZilla主要有两种方式:通过下载安装包手动安装和使用包管理器apt-get。以下是详细的安装步骤:
sudo apt update && sudo apt upgrade
sudo apt install filezilla
sudo dpkg -l | grep filezilla
在应用程序菜单中搜索“FileZilla”并启动它,然后输入主机IP、用户名、密码和端口,快速连接即可。
wget https://download.filezilla-project.org/client/FileZilla_3.68.0_x86_64-linux-gnu.tar.gz
tar xjf FileZilla_3.68.0_x86_64-linux-gnu.tar.gz
/opt
:sudo mv FileZilla3 /opt/
sudo ln -s /opt/FileZilla3/bin/filezilla /usr/local/bin/filezilla
echo -e '[Desktop Entry]\nName=FileZilla\nExec=/opt/FileZilla3/bin/filezilla\nIcon=/opt/FileZilla3/share/icons/hicolor/48x48/apps/filezilla.png\nType=Application\nCategories=Network;FileTransfer;\nTerminal=false' | sudo tee /usr/share/applications/filezilla.desktop
filezilla --version
通过在终端中输入filezilla
或在应用程序菜单中搜索来启动FileZilla。
以上就是在Debian上安装FileZilla的基本步骤,希望对你有所帮助。
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>