diff --git a/README.md b/README.md index 2fa0464..9bc0659 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,21 @@ execute commands on it. ## Commands +The server accepts the following commands: + //todo +#### Sending commands via netcat + +To grab a file the following command can be send: + +```echo "get file.txt" | nc ip port > lfile.txt``` + +If someone wishes to send multiple commands, the following syntax +can be used: + +```(echo "get file1.txt" & echo "get file2.txt") | nc ip port > concatenated.txt``` + ## Configuration The server can be configured via command line flags with the -ConfigPath option,