freebsd-ports/ftp/gftp/pkg-descr
Maxim Sobolev 9e35bda227 Update to 2.0.7a and make the following cleanups:
- 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/
2000-07-25 07:11:09 +00:00

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>