README ¶ Simple File Server Installation $ go get -u github.com/lukad/sfs Usage $ sfs --help Usage: sfs [options] Where options are: -d, --digest=false: Use digest access authentication -l, --listen=":8080": Listen address --log=true: Log to stdout -n, --no-color=false: Don't log with colors -p, --password="": Password for authentication -r, --root="./": Root directory for the file server -u, --user="": Username for authentication $ sfs -d -ufoo -pbar -r/home/foo/baz/ Contributing Fork it Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Added some feature') Push to the branch (git push origin my-new-feature) Create new Pull Request Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files sfs.go Click to show internal directories. Click to hide internal directories.