diff --git a/README.md b/README.md index e159e41..a980140 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,15 @@ execute commands on it. The server accepts the following commands: -//todo +``` +The available commands are: +get - 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. \ No newline at end of file +Except for the absoluteServePath.