From 4813e99fb3260b601152fa22e9bc85e66cbf1716 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 5 Dec 2017 15:13:06 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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.