A download application for the FTP and the configuration and study of a computer network
For a more detailed description, check the project report.
- src/: Source code for the implementation of the FTP download application.
- main.c: Main file.
- app.c: Auxiliary functions to communicate with the FTP server.
- Makefile: Makefile to build the project and run the application.
- Compile the application using the provided Makefile.
- Run the download application (either by running the executable manually or using the Makefile target):
./download ftp://[<user>:<password>]@<host>/<url-path> make run_download
Final Grade: 19.8