User FTP Server project, initial commit.1.0
commitadfb2fc822aa9313cb8052e0ebeb601a96dbc5c3
authoretanol <etanol>
Fri, 22 Feb 2008 00:30:54 +0000 (22 01:30 +0100)
committeretanol <etanol>
Tue, 16 Sep 2008 15:29:30 +0000 (16 17:29 +0200)
tree9d316597994726e936f2e819825c3aa55430bc0a
User FTP Server project, initial commit.

This version is the last stable version uploaded.  It will be the first because
it's interesting to keep as an historical resource.  The new version is intended
to be single process with multiplexec I/O and, thus, a bit more portable.
16 files changed:
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
change_dir.c [new file with mode: 0644]
client_port.c [new file with mode: 0644]
command_loop.c [new file with mode: 0644]
file_stats.c [new file with mode: 0644]
gendfa.pl [new file with mode: 0755]
init_session.c [new file with mode: 0644]
list_dir.c [new file with mode: 0644]
misc.c [new file with mode: 0644]
next_command.c [new file with mode: 0644]
project.vim [new file with mode: 0644]
send_file.c [new file with mode: 0644]
session_globals.c [new file with mode: 0644]
uftps.c [new file with mode: 0644]
uftps.h [new file with mode: 0644]