Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ EasyMorph Server Command Line Client (in further text – **ems-cmd**) allows yo
3. [EasyMorph Server 1.2](http://easymorph.com/server.html) or higher (installed on a separate PC)


#### Download
ems-cmd comes together with EasyMorph Server. Also it can be [downloaded](https://github.com/easymorph/server-cmd/releases) separately

Current version is 1.2.0.


#### General command format:

```
Expand Down Expand Up @@ -130,7 +136,7 @@ In any case, you may use parameter `/y` to overwrite existing file without any p


Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values.
Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead.
Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value.

```
ems-cmd download http://192.168.100.200:6330 -space Default -target D:\your\local\folder -source file.xml
Expand Down Expand Up @@ -160,7 +166,7 @@ In any case, you may use parameter `/y` to overwrite existing file without any p


Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values.
Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead.
Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value.


```
Expand Down