On Mon, 17 Oct 2005 18:17:19 +0200 Antoine Jacoutot <[EMAIL PROTECTED]> wrote:
> Hi... > > Here is a port of gFTP. > > --- > gFTP is a free multithreaded file transfer client for *NIX based > machine. It has the following features: > - Distributed under the terms of the GNU Public License Agreement > - Written in C and has a text interface and a GTK+ 1.2/2.x interface > - Supports the FTP, FTPS (control connection only), HTTP, HTTPS, SSH and > FSP protocols > - FTP and HTTP proxy server support > - Supports FXP file transfers (transferring files between 2 remote > servers via FTP) > - Supports UNIX, EPLF, Novell, MacOS, VMS, MVS and NT (DOS) style > directory listings > - Bookmarks menu to allow you to quickly connect to remote sites > - Fully Internationalized > --- > > Builds and run fine under current/macppc. > As usual, please test and comment. > > Thanks ! > > Antoine It works fine on i386. Also no_x11 works fine. Though MASTER_SITES isn't correct I think, shouldn't it be more like: --- Makefile.orig Mon Oct 17 20:53:02 2005 +++ Makefile Mon Oct 17 20:52:21 2005 @@ -4,8 +4,8 @@ DISTNAME= gftp-2.0.18 CATEGORIES= net -MASTER_SITES= http://gftp.seul.org/ \ - ftp://www.gftp.org/pub/gftp/old-releases/ +MASTER_SITES= http://gftp.seul.org/ +MASTER_SITES0= ftp://www.gftp.org/pub/gftp/old-releases/ HOMEPAGE= http://gftp.seul.org/ Cheers, Jasper -- "Security is decided by quality" -- Theo de Raadt
