net-telnet
net-telnet copied to clipboard
Provides telnet client functionality.
Results
12
net-telnet issues
Sort by
recently updated
recently updated
newest added
I wonder to know why the prompt with string option is write with `Regexp.quote(options["String"])` ? It is impossible to give a regex to control the end of waitfor. This might...
I deal with a server that never send any prompt. So the cmd can't find any match string. I tried a correction (given here). I suggest to have a cmd...