Skip to content

Commit e0942da

Browse files
author
Peter Klaesson
committed
updated documentation
1 parent 59efbff commit e0942da

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# file commander
22

3-
*Simple Web File Commander*
4-
3+
`Copy`, `move`, `delete` and `rename` files on your server from your web browser.
4+
* Easy, single binary installation
5+
* Multiple platforms (Windows, Linux, OSX)
6+
* Predefined folder access only
7+
* Files cannot be uploaded nor downloaded
8+
9+
![Image of Yaktocat](screenshot.png)
510
# About
611
A simple, portable web file commander implemented in the Go language.
712
It compiles into one single binary which bundles all HTML, javascript etc.

screenshot.png

41.6 KB
Loading

settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"roots": [
33
{
4-
"name": "temp",
5-
"path": "c:/temp"
4+
"name": "downloads",
5+
"path": "c:/users/peter/downloads"
66
},
77
{
8-
"name": "incoming",
9-
"path": "c:/incoming"
8+
"name": "share",
9+
"path": "c:/temp/banana"
1010
}
1111
],
1212
"binding": "0.0.0.0:8000"

0 commit comments

Comments
 (0)