Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.53 KB

README.md

File metadata and controls

63 lines (42 loc) · 2.53 KB

Configuring a computer network

License: GPL v3 License: CC BY-NC-ND 4.0

test

Computers

FEUP, room I321, bench 3

The project

Part 1 - download application

A simple FTP client.

Compile

To compile, run make -C download. Here are some other interesting make options:

make -C download test           # Run tests that do not require FEUP VPN
make -C download test_all       # Run all tests
make -C download clean          # Cleanup directory

Use

download ftp://[<user>:<password>@]<host>/<url-path>

Download a file over FTP using a regular FTP URL.

See download/makefile for some examples.

License

© 2020 Diogo Rodrigues, Breno Pimentel

All files are licensed under GNU General Public License v3 by © 2020 Diogo Rodrigues, Breno Pimentel, to the exception of:

The files not authored by us are presented as a fundamental complement to the presented solutions, and are made available under fair use for education.