From 2c23c16ab03df465bfabe49ff396f5e65a8f09c0 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 9 Sep 2001 10:41:42 +0000 Subject: [PATCH 1/1] 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). git-svn-id: svn://svn.tartarus.org/sgt/putty@1257 cda61777-01e9-0310-a592-d414129be87e --- psftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psftp.c b/psftp.c index 49e67492..fead5c78 100644 --- a/psftp.c +++ b/psftp.c @@ -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(); -- 2.11.0