telnet-client
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"main": "./lib/telnet-client.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 0.10.29", |
@@ -137,4 +137,5 @@ [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mkozjak/node-telnet-client/blob/master/LICENSE) | ||
* `pageSeparator`: The pattern used (and removed from final output) for breaking the number of lines on output. Defaults to '---- More'. | ||
* `negotiationMandatory`: Disable telnet negotiations if needed. Can be used with 'send' when telnet specification is not needed. Defaults to true. | ||
* `sendTimeout`: A timeout used to wait for a server reply when the 'send' method is used. Defaults to 2000 (ms) or to sendTimeout ('connect' method) if set. | ||
* `negotiationMandatory`: Disable telnet negotiations if needed. Can be used with 'send' when telnet specification is not needed. | ||
Telnet client will then basically act like a simple TCP client. Defaults to true. | ||
* `sendTimeout`: A timeout used to wait for a server reply when the 'send' method is used. Defaults to 2000 (ms). | ||
* `debug`: Enable/disable debug logs on console. Defaults to false. | ||
@@ -170,4 +171,4 @@ | ||
* `ors`: Output record separator. A separator used to execute commands (break lines on input). Defaults to '\n'. | ||
* `waitfor`: Wait for the given string before returning a response | ||
* `timeout`: A timeout used to wait for a server reply when the 'send' method is used. Defaults to 2000 (ms). | ||
* `waitfor`: Wait for the given string before returning a response. If not defined, the timeout value will be used. | ||
* `timeout`: A timeout used to wait for a server reply when the 'send' method is used. Defaults to 2000 (ms) or to sendTimeout ('connect' method) if set. | ||
@@ -174,0 +175,0 @@ ### connection.end() -> Promise |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24870
271649
218