It would be useful to be able to put from stdin. For example: ``` tar -cz path/ | hdfs put - /path/tar.gz ``` The way `cmd/hdfs/put.go` is structured makes this a little tricky, but I think I can refactor this.