Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centos telnet server send data mark(242),function read get error #23

Open
Vale-sail opened this issue Aug 25, 2022 · 3 comments
Open

Comments

@Vale-sail
Copy link

when i use ziutek/telnet connect a telnet server on centos 7。if server send data mark(242),conn.read() get will unknown command error

@ziutek
Copy link
Owner

ziutek commented Aug 29, 2022

I can't reproduce this in my configuration. Can you try to add this command to the list of supported ones in conn.go and simply ignore it in func cmd to see does such simple "solution" will help you?

@Vale-sail
Copy link
Author

reproduce step:

for true {
telnet centos
login success
close
}

@ziutek
Copy link
Owner

ziutek commented Aug 31, 2022

telnet centos doesn't work for me. I don't use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants