This project is a basic file transfer server and client. The server is coded in c and the client is coded in python2.
gcc -std=gnu99 -o ftserver ftserver.c iio.c
ftclient.py <SERVER_ADDRESS> <SERVER_PORT> <DATA_PORT> <FLAG>
| Flag | Use |
|---|---|
| -g <FILENAME> | Transfer File with <FILENAME> |
| -l | List contents of server directory |
./ftserver -p <PORTNUM>