mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9e35bda227
- Replace pthread configure patch with perl regex (should make future upgrades easier); - use installed libintl instead of port's own version; - add WWW to pkg/DESCR and remove absolete lines from there; - correctly place Gnome icon into share/gnome/pixmap instead of share/pixmap; - add gnomecc into RUN_DEPENDS to exsure correct removal of Gnome bits. Obtained from: http://www.gnome.org/
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
gFTP is a free multithreaded ftp client for *NIX based machines running
|
|
X11R6 or later. It has the following features:
|
|
Distributed under the terms of the GNU Public License Agreement
|
|
Written in C and uses GTK+ 1.2.x+ for the GUI
|
|
Multithreaded to allow for simultaneous downloads
|
|
File transfer queues to allow for downloading multiple files
|
|
Supports downloading entire directories and subdirectories
|
|
Extensive connection manager
|
|
Supports resuming interrupted file transfers
|
|
Supports caching of remote directory listings
|
|
Drag-N-Drop support
|
|
FTP proxy server support
|
|
Supports connecting to a FTP server via command line parameters.
|
|
Supports associating icons with particular file extensions in the list boxes
|
|
Sorting capabilities in the file list boxes
|
|
Can restrict files in the list boxes to a particular file specification
|
|
Supports viewing and editing of local and remote files
|
|
Allows for passive and non-passive file transfers
|
|
Eliminates buffer overruns from malicious ftp sites
|
|
|
|
gFTP is copyright (c) 1998 by Brian Masney <masneyb@newwave.net>.
|
|
|
|
WWW: http://gftp.seul.org/
|
|
|
|
- Damjan Marion <dmarion@open.hr>
|