Update README.md
This commit is contained in:
parent
ecbb599d48
commit
4813e99fb3
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -9,7 +9,15 @@ execute commands on it.
|
|||
|
||||
The server accepts the following commands:
|
||||
|
||||
//todo
|
||||
```
|
||||
The available commands are:
|
||||
get <filename> - Download the requested filename.
|
||||
ls - List the files in the current directory.
|
||||
cd - Changes the directory.
|
||||
clear - Clear the screen.
|
||||
exit - Close the connection with the server.c
|
||||
pic - Returns the ascii art of an image. :-)
|
||||
```
|
||||
|
||||
#### The upload server
|
||||
|
||||
|
@ -75,4 +83,4 @@ The **config.json** file contains the following settings:
|
|||
|
||||
6. upload - Settings for the upload server.
|
||||
If one of the settings are changed, the server will reload the configuration.
|
||||
Except for the absoluteServePath.
|
||||
Except for the absoluteServePath.
|
||||
|
|
Loading…
Reference in a new issue