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:
parent
08c1ca1936
commit
716d2b1e04
2
psftp.c
2
psftp.c
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user