1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 14:39:24 -05: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; int modeflags = 0;
char *batchfile = NULL; char *batchfile = NULL;
flags = FLAG_STDERR; flags = FLAG_STDERR | FLAG_INTERACTIVE;
ssh_get_line = &get_line; ssh_get_line = &get_line;
init_winsock(); init_winsock();
sk_init(); sk_init();