]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
psftp is an interactive program and the ssh.c flags should reflect
authorSimon Tatham <anakin@pobox.com>
Sun, 9 Sep 2001 10:41:42 +0000 (10:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 9 Sep 2001 10:41:42 +0000 (10:41 +0000)
this (so we get login banners and a little more verbosity during
authentication).

[originally from svn r1257]

psftp.c

diff --git a/psftp.c b/psftp.c
index 49e6749203a1fcd598ce4cfe16a666c38952429b..fead5c783a6d29f9c7f72084093c3ac8f8d02381 100644 (file)
--- 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();