From 6129ca928cce8565569f78b073a728439d80279d Mon Sep 17 00:00:00 2001 From: Jordi Collell Date: Sat, 3 May 2014 15:33:05 +0200 Subject: [PATCH] update README --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d074c8..9fcaabe 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,24 @@ on future file operations ( delete, rename, edit ) Start from commandline: > file_server - > -dir="directory" ( default to current . ) - > -port=":8080" - > -log=true/false show console logs... +And browser your system or server at: + +http://localhost:8080 + +Donwload some builds: + +http://tempointeractiu.net/file_server/ + ##### @Todo -+ Add some type of flahs session, to notify user after an upload -+ Add the current path, and a direct acces to parent path ++ ~~Add some type of flahs session, to notify user after an upload~~ ++ ~~Add the current path, and a direct acces to parent path~~ - Add file operations, like ~~delete~~, move or uncompress zip files.. - Refactor code, i'm building as learning golang. - Add options for not allowing uploads @@ -30,7 +35,7 @@ Start from commandline: ##### Changelog -###### v5 +###### v0.5 + Added version number + File deleting operations