1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

psftp is an interactive program and the ssh.c flags should reflect

this (so we get login banners and a little more verbosity during
authentication).

[originally from svn r1257]
This commit is contained in:
Simon Tatham 2001-09-09 10:41:42 +00:00
parent 08c1ca1936
commit 716d2b1e04

View File

@ -1409,7 +1409,7 @@ int main(int argc, char *argv[])
int modeflags = 0;
char *batchfile = NULL;
flags = FLAG_STDERR;
flags = FLAG_STDERR | FLAG_INTERACTIVE;
ssh_get_line = &get_line;
init_winsock();
sk_init();