gFTP - 多线程 FTP 客户端工具
- 1. Download gFTP
- 2. GUI
- References
https://github.com/masneyb/gftp
gFTP is a free and open-source multithreaded File Transfer Protocol client program. It is most used on Unix-like systems such as Linux, macOS, and Sony PlayStation 3. It includes both a graphical user interface (GUI), which utilizes the GTK+ graphical toolkit, and a command-line interface.
1. Download gFTP
DEB-based distributions:
sudo apt-get install gftp
RPM-based distributions:
sudo yum install gftp
yongqiang@amax-server:~$ sudo apt-get install gftp
[sudo] password for yongqiang:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:libllvm4.0 libllvm5.0 linux-headers-4.10.0-28linux-headers-4.10.0-28-generic linux-image-4.10.0-28-genericlinux-image-extra-4.10.0-28-generic
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:gftp-common gftp-gtk gftp-text
The following NEW packages will be installed:gftp gftp-common gftp-gtk gftp-text
0 upgraded, 4 newly installed, 0 to remove and 232 not upgraded.
Need to get 636 kB of archives.
After this operation, 4,035 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 gftp-common amd64 2.0.19-4ubuntu2 [409 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 gftp-gtk amd64 2.0.19-4ubuntu2 [149 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 gftp-text amd64 2.0.19-4ubuntu2 [75.9 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 gftp all 2.0.19-4ubuntu2 [1,846 B]
Fetched 636 kB in 3s (199 kB/s)
Selecting previously unselected package gftp-common.
(Reading database ... 277107 files and directories currently installed.)
Preparing to unpack .../gftp-common_2.0.19-4ubuntu2_amd64.deb ...
Unpacking gftp-common (2.0.19-4ubuntu2) ...
Selecting previously unselected package gftp-gtk.
Preparing to unpack .../gftp-gtk_2.0.19-4ubuntu2_amd64.deb ...
Unpacking gftp-gtk (2.0.19-4ubuntu2) ...
Selecting previously unselected package gftp-text.
Preparing to unpack .../gftp-text_2.0.19-4ubuntu2_amd64.deb ...
Unpacking gftp-text (2.0.19-4ubuntu2) ...
Selecting previously unselected package gftp.
Preparing to unpack .../gftp_2.0.19-4ubuntu2_all.deb ...
Unpacking gftp (2.0.19-4ubuntu2) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up gftp-common (2.0.19-4ubuntu2) ...
Setting up gftp-gtk (2.0.19-4ubuntu2) ...
Setting up gftp-text (2.0.19-4ubuntu2) ...
Setting up gftp (2.0.19-4ubuntu2) ...
yongqiang@amax-server:~$
2. GUI
Host: IP 地址 (192.168.1.128)
Port: 21
User: 用户名
Pass: 密码
Local: /home/strong
网络连接图标:
取消连接图标:
数据传输:
References
[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/