* 8 character long alphanumeric key authentication (server-side)
* Modified integration test to skip the previously mentioned key authentication
* Fixed a previously made typo, which caused the server to await until a single
client's connection was done
* Simplified the structure of client.rs & server.rs a lot, also improved comments
* Confirm client's connection request with SYN
* Version bump, v0.2.0 => v0.3.0
* Spawn to threads as a client to handle stdin (blocking) &
connection/transfer
* Input from stdin gets transfered to connection-thread via MPSC-channel
* Included a new flag (-a) to skip stdin and instead download all
available files from the host
* Removed earlier typos
* Client: target IP, fileroot (defaults to "./output/", still requires
fixing)
* Server: host port (defaults to 8080), fileroot (defaults to "./data/",
still requires fixing), buffersize (defaults to 8192/64Kb), local
(flag to run only locally @localhost)