Putty: Send EOF
Posted
by
joshhendo
on Super User
See other posts from Super User
or by joshhendo
Published on 2011-03-04T05:13:11Z
Indexed on
2011/03/04
7:27 UTC
Read the original article
Hit count: 504
Hi,
I'm running Windows 7, and am connecting to a Linux server using Putty. For some programs I'm writing, I need to be able to pass EOF to the input. On Linux I'd normally type Ctrl-Z, but in Putty that seems to exit the program. Ctrl-D doesn't seem to work either.
I have had a look at: http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter3.html#using-sysmenu , which suggests looking at http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter4.html#config-telnetkey , though it seems to be if I'm connecting to a Telnet server, which I'm not.
Any suggestions on what I could do?
Thanks.
© Super User or respective owner