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
- Host: GitHub
- URL: https://github.com/davide64-dev/feup_rcom_download
- Owner: Davide64-dev
- Created: 2024-01-28T22:06:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T22:14:44.000Z (over 2 years ago)
- Last Synced: 2025-05-21T22:41:48.631Z (about 1 year ago)
- Topics: computer-networks, feup, ftp, rc, rcom
- Language: C
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.