Figure-FileZilla
InLinuxLowerFileZillaInstallation first decompress: tar jxvf FileZilla_3.0.8.1_i586-linux-gnu.tar.bz2.
Put the decompressed folder in your home.
Cd directly to the decompressed FileZilla3/bin folder
./Filezilla to run.
Create shortcuts on the desktop.
Cd to/usr/share/applications
Sudo gedit filezilla. desktop
Enter the following content:
- [Desktop Entry]
-
- Encoding = UTF-8
-
- Name = FileZilla
-
- Comment = Ftp Client
-
- Exec =/home/wenjun-ubuntu/FileZilla3/bin/filezilla // This is the absolute path of your filezilla File
-
- Icon =/home/wenjun-ubuntu/FileZilla3/share/pixmaps/filezilla.png // This is the absolute path of your filezilla Icon.
-
- Terminal = false
-
- Type = Application
-
- Categories = Application; Network;
-
- StartupNotify = true
-
Now cp filezilla. desktop ~ /Desktop
Double-click to run the task. Vxcf explanation: j-refers to calling the compression software, x-extract the file, and vf-display in detail
The article explains how to install FileZilla in linux! I hope this article will help you!
- I teach you how to use FileZilla
- FileZilla FTP Server sets the user
- FileZilla FTP Server user group settings
- FileZilla FTP Server File Transfer compression settings
- FileZilla FTP Server administrator interface setting log Speed Limit
- FileZilla FTP Server Security Settings
- Use the SFTP function of FileZilla to transfer files on Windows XP
- FileZilla-Linux ftp upload tool installation and configuration Manual