Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 756 Bytes

A download application for the FTP and the configuration and study of a computer network

For a more detailed description, check the project report.


Project Structure

  • 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.

Instructions to Run the Project

  1. Compile the application using the provided Makefile.
  2. 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