* 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)