diff options
author | Siri Hansen <siri@erlang.org> | 2014-11-05 11:58:35 +0100 |
---|---|---|
committer | Siri Hansen <siri@erlang.org> | 2014-11-07 11:36:42 +0100 |
commit | 9a5b4e9b2a2a622e67fb55ab4262eb858dd46e54 (patch) | |
tree | 4132dcc1ea4d4d59b6d8512a09ad9b86091c9fcb /lib/sasl | |
parent | c385f44d46638d54d325cab48c05ed62c819fa86 (diff) | |
download | otp-9a5b4e9b2a2a622e67fb55ab4262eb858dd46e54.tar.gz otp-9a5b4e9b2a2a622e67fb55ab4262eb858dd46e54.tar.bz2 otp-9a5b4e9b2a2a622e67fb55ab4262eb858dd46e54.zip |
[ct] Add 'newline' option to send functions in ct_telnet
ct_telnet by default adds a newline to all command strings before
sending to the telnet server. In some situations this is not desired,
for example when sending telnet command sequences (prefixed with the
Interprete As Command, IAC, character). In such cases, the new option
can be used. Example - send an Are Your There (AYT) sequence:
ct_telnet:send(Connection, [255,246], [{newline,false}]).
Diffstat (limited to 'lib/sasl')
0 files changed, 0 insertions, 0 deletions