- Project name: Configuring a computer network
- Short description: Configuring a computer network with two virtual subnetworks, a router computer and a router to access the Internet
- Environment: Unix machines, Cisco Catalyst 3560 v2 series switch, Cisco 2900 Series router
- Tools: FTP, C, GTKTerm (configure switch/router)
- Institution: FEUP
- Course: RCOM (Computer Networks)
- Project grade: 19.2/20.0
- Group members:
FEUP, room I321, bench 3
A simple FTP client.
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
download ftp://[<user>:<password>@]<host>/<url-path>
Download a file over FTP using a regular FTP URL.
See download/makefile
for some examples.
© 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:
- all files inside directory
doc/report
and all artifacts deriving from them, which are licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International public license. -->
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.