Generic RETR implementation added and other stuff too.
commit7b102909ebecc726cf6e00fc782206d5df895bb8
authoretanol <etanol>
Fri, 29 Aug 2008 15:47:56 +0000 (29 17:47 +0200)
committeretanol <etanol>
Tue, 16 Sep 2008 15:29:46 +0000 (16 17:29 +0200)
tree6bd5a4ff8199f90bcee5da5da92ca8e9139e74a7
parenteb6682050e9638e26b9b83a166e4be87bdd0dae1
Generic RETR implementation added and other stuff too.

The Makefile has been modified to hold severla send_file (RETR) implementations
to be selected at compile time; as well as being able to compile the Hasefroch
binary too.

The uftps.c file has been renamed to main-unix.c which will be common to all
UNIX versions.  For Hasefroch, there will be a main-hase.c file that will deal
with the specifics of process spawning and socket sharing.
Makefile
main-unix.c [moved from uftps.c with 100% similarity]
send_file-generic.c [copied from send_file.c with 59% similarity]
send_file-sendfile.c [moved from send_file.c with 100% similarity]