Installation instructions for gFTP
- If you do not want to compile this program yourself, you can check my webpage. I have DEBs for Debian and RPMs for RedHat available. If you're looking for Solaris binaries, check out http://www.sunfreeware.com.
- If you are compiling gFTP yourself, extract the files from the distribution with tar -zxvf gftp-version.tar.gz
- Go to the gftp-version directory and type
The command configure will generate a Makefile for your machine, and make will compile a binary for your machine. By default, when you run configure, it will install gftp in /usr/local/bin/gftp. If you want to change this to say, /usr, add the --prefix=/usr to the configure line. It will then install the binary in /usr/bin/gftp, and the public files in /usr/share/gftp
- If the compile suceeds without any errors, you can type make install to install the binary in /usr/local/bin. This will also copy some necessary files to /usr/local/share/gftp. If you do not have root on your machine to install these files, copy the contents of the sample.gftp directory to ~/.gftp.
- [OPTIONAL] If you compiled gFTP on a platform other than Linux, could you please send me your OS name/version and I will post on my website (under the faq) the machines gFTP has been successfully compiled on.
- You may want to glance at the USERS-GUIDE file that comes with this distribution. It contains a little bit of information about how to use gftp
Brian Masney masneyb@gftp.org