Skip to content

Commit 6129ca9

Browse files
committed
update README
1 parent 4636219 commit 6129ca9

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,24 @@ on future file operations ( delete, rename, edit )
99
Start from commandline:
1010

1111
> file_server
12-
1312
> -dir="directory" ( default to current . )
14-
1513
> -port=":8080"
16-
1714
> -log=true/false show console logs...
1815
16+
And browser your system or server at:
17+
18+
http://localhost:8080
19+
20+
Donwload some builds:
21+
22+
http://tempointeractiu.net/file_server/
23+
1924

2025

2126
##### @Todo
2227

23-
+ Add some type of flahs session, to notify user after an upload
24-
+ Add the current path, and a direct acces to parent path
28+
+ ~~Add some type of flahs session, to notify user after an upload~~
29+
+ ~~Add the current path, and a direct acces to parent path~~
2530
- Add file operations, like ~~delete~~, move or uncompress zip files..
2631
- Refactor code, i'm building as learning golang.
2732
- Add options for not allowing uploads
@@ -30,7 +35,7 @@ Start from commandline:
3035

3136
##### Changelog
3237

33-
###### v5
38+
###### v0.5
3439
+ Added version number
3540
+ File deleting operations
3641

0 commit comments

Comments
 (0)