Updating readme
This commit is contained in:
parent
b87b825ef9
commit
9b8939d06d
1 changed files with 13 additions and 0 deletions
13
README.md
13
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,
|
||||
|
|
Loading…
Reference in a new issue