athithrao / awget

Anonymous wget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS457 - Project 2

Group Members - Joshua Fuller, Athith Amarnath & Jeremy Aldrich

1. To Build

make

2. To Run

AWGET Client

awget <URL> [-c chainfile]

Stepping Stone Server

ss [-p port]
  • port - port to listen on

Assumptions -

  1. The SS program would be running on those systems whose IP address and its associated server port numbers are mentioned in the chainlist text file.

About

Anonymous wget


Languages

Language:C++ 97.0%Language:Makefile 3.0%