This project is a way for me to practice what i learned in university about unix administration and network.
The project is composed of two folder representing the two way to send a file using the local network. User have to give args to the program to use it : IP Adress, Port, File to send.
A unix distribution and a C compiler : gcc.
- Download zip file from gitHub here
- Unzip it where you want
- Navigate to the right folder UDP or FTP with a console.
- Enter :
make
You can now use the program client to send your file and server to receive the file.
./client <IP-server> <port> <filetosend>
./server <port>