Update README.md

This commit is contained in:
Denis-Cosmin Nutiu 2017-12-05 15:13:06 +02:00 committed by GitHub
parent ecbb599d48
commit 4813e99fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,15 @@ execute commands on it.
The server accepts the following commands: 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 #### The upload server
@ -75,4 +83,4 @@ The **config.json** file contains the following settings:
6. upload - Settings for the upload server. 6. upload - Settings for the upload server.
If one of the settings are changed, the server will reload the configuration. If one of the settings are changed, the server will reload the configuration.
Except for the absoluteServePath. Except for the absoluteServePath.