Simple server for streaming local files to remote clients via TCP.
gostream depends on github.com/ActiveState/tail module
$ go get https://github.com/ActiveState/tail
Get gostream and build it!
$ git clone https://github.com/emate/gostream
$ go build gostream.go
Run server
$ gostream [-l 0.0.0.0:8080] <filename>
On the other side, you can connect to socket and receive streamed file:
$ telnet REMOVE_GOSTREAM_SERVER_IP PORT