From: Simon Tatham Date: Sun, 9 Sep 2001 10:41:42 +0000 (+0000) Subject: psftp is an interactive program and the ssh.c flags should reflect X-Git-Tag: 0.52~183 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=716d2b1e045864d424250e0e02d13f643e515ee7;p=PuTTY.git 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] --- 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();