Skip to content

dmfrodrigues/feup-rcom-l2

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published