Difference between revisions of "GFTP"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page.) |
Weibullguy (talk | contribs) m (Categorized) |
||
Line 95: | Line 95: | ||
|is a wrapper script for the gftp clients. | |is a wrapper script for the gftp clients. | ||
|} | |} | ||
+ | |||
+ | [[Category:GUI Clients]] |
Latest revision as of 10:01, 5 April 2009
Download Source: | http://gftp.seul.org/gftp-2.0.18.tar.bz2 |
---|
Contents
Introduction to GFTP
gFTP is a free multithreaded file transfer client using Gtk1 or, recommended, Gtk2.
Project Homepage: http://gftp.seul.org/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Directories: | /usr/share/gftp |
---|---|
Installed Programs: | gftp-text, gftp-gtk, gftp |
Installed Libraries: | None |
Short Descriptions
gftp-text | is a command line ftp client. |
---|---|
gftp-gtk | is the GUI version of the ftp client. |
gftp | is a wrapper script for the gftp clients. |