This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2009-02-16 02:56:15 -05:00
|
|
|
CFTP - a simple in-band file transfer application protocol experiment
|
|
|
|
Andrew Coleman
|
|
|
|
CSC-4200
|
|
|
|
|
|
|
|
To compile:
|
|
|
|
gcc -o cftp -Wall server.c client.c cftp.c
|
|
|
|
|
|
|
|
For explanation on running:
|
|
|
|
./cftp -h
|
|
|
|
|
|
|
|
There is only one binary, with a switch for the server. All other options are
|
|
|
|
common and will work for either server or client.
|
|
|
|
|
2009-02-16 02:58:34 -05:00
|
|
|
Multi-client capable. Not necessarily single user.
|
|
|
|
|