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

why doesn't cat | tb work properly? #98

Open
aasutossh opened this issue Apr 1, 2020 · 1 comment
Open

why doesn't cat | tb work properly? #98

aasutossh opened this issue Apr 1, 2020 · 1 comment

Comments

@aasutossh
Copy link

Just after entering first line it gives the link out. Shouldn't it wait for all to be typed and ctrl + d then only pipe to the termbin?

@holdenrohrer
Copy link

holdenrohrer commented May 18, 2021

Because default netcat behavior (maybe only on bsd-netcat) is to not close the socket on EOF, the server closes after a 5-second timeout. You can patch this out if you're okay with using nc -N on your client.

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