Skip to content

Commit

Permalink
Update Readme - sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
thexmanxyz authored Dec 1, 2017
1 parent f381e49 commit 46780cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Here a short description of the available parameters which can be configured:
* `debug` - enable or disable debug messages on current reconnection state

### UNC Sample Configuration
If your share is accessible over an UNC path like `\\192.168.1.1\path\to\share`.
If your share is accessible over an UNC path like `\\192.168.1.1\path\to\share` use:

`createUncSrvConfig("192.168.1.1", Array("path\to\share"), Array("Z:"), "yes", "", "")`


### URI Sample Configuration
If you share needs to be accessed over HTTP(S) like `http://my.webserver.com/path/to/share`.
If you share needs to be accessed over HTTP(S) like `http://my.webserver.com/path/to/share` use:

`createUriSrvConfig("my.webserver.com", Array("path/to/share"), Array("Z:"), "yes", "", "", false)`

Expand Down

0 comments on commit 46780cb

Please sign in to comment.