We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e35b7 commit 81eb48fCopy full SHA for 81eb48f
README.md
@@ -3,7 +3,7 @@
3

4
5
#### Features
6
-
+- Mobile UI with almost all "usable displays", android and ios ( on ios, can't upload files)
7
- Fast UI. Json + angular
8
- Directory fuzzy search / Acces
9
- Inline search ( current list )
@@ -16,17 +16,19 @@
16
+ PUT /dir file
17
+ GET /dir &format=json
18
- Download dirs as zip
19
+- File stream of videos and music.
20
21
#### Install
22
23
Donwload a binary build: (Stable)
24
-- [Osx 64bits](builds/file_server_osx)
25
+- [Osx 64bits](builds/file_server_darwin_amd64)
26
- [Linux 64bits](builds/file_server_linux_amd64)
27
28
Or compile it:
29
```go
30
go get github.com/jordic/fileserver
31
+
32
go build or go install
33
```
34
0 commit comments