An open API service indexing awesome lists of open source software.

https://github.com/davide64-dev/feup_rcom_download

📡 | File download with FTP application protocol
https://github.com/davide64-dev/feup_rcom_download

computer-networks feup ftp rc rcom

Last synced: 12 months ago
JSON representation

📡 | File download with FTP application protocol

Awesome Lists containing this project

README

          

# Image Transfer Program

## Overview

This repository hosts a C program designed for file download. The development of this program is part of the curriculum for the [Computer Networks](https://sigarra.up.pt/feup/en/UCURR_GERAL.FICHA_UC_VIEW?pv_ocorrencia_id=520330) course.

## Usage

To compile and execute the code along with all its tests, use the following commands:

```sh
make download
./download
```

Mode:

* **TRANSMITER:** The computer that will transmit the file
* **RECEIVER:** THE computer that receives the file

This will build and run the program.