Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
psftp is an interactive program and the ssh.c flags should reflect
Browse files Browse the repository at this point in the history
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
  • Loading branch information
simon committed Sep 9, 2001
1 parent ca68ebc commit 2c23c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2c23c16

Please sign in to comment.