Linux上 安装filezilla 客户端


要在两个Linux  之间传递文件,所以安装filezilla  




1、下载


cb7:/usr # wget -c http://sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.3/FileZilla_3.10.3_x86_64-linux-gnu.tar.bz2/download?nowrap



2、解压


tar -vxjf FileZilla_3.10.3_x86_64-linux-gnu.tar.bz2


3、执行启动


 cd FileZilla3

 cd bin

 FileZilla3/bin # ./ filezilla


这样会有图像界面出来的。。。。。。。。。





选择MobaXterm_Personal   作为远程连接客户端         


如果选择PUTTY,  执行启动后 会报错:

 Error: Unable to initialize GTK+, is DISPLAY set properly?


你可能感兴趣的:(Linux上 安装filezilla 客户端)