min-ftp: a minimalistic ftp client

Description

min-ftp is a small, simple ftp-client that was originally written for a computer networking class I took in 2007. Please note that teacher refused to accept programs written in "C", since he considered it "too obscure". As such, there is a single C++ class used in the project (which could very, very easily be replaced by a struct).

Most of the RFC 959 specification is implemented. The only things missing are options/features removed or changed dramatically in later RFC's. Almost all of these features, however, are rarely used. Overall, min-ftp is quite usable as an ftp client.

Documentation

Download
Download the final version here:
min-ftp.1.0.tar.gz.
Browse all versions here:
files/.
Installation
Download the above file followed by...
  1. tar xvzf min-ftp.tar.gz
  2. cd min-ftp
  3. make install
Uninstallation
Type make uninstall, or simply remove the program manually,

Copyright (c) 2008 Ryan Flannery <ryan.flannery@gmail.com>