Create the long-awaited console.c, and move the common routines out
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 31 Dec 2001 16:15:19 +0000 (16:15 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 31 Dec 2001 16:15:19 +0000 (16:15 +0000)
commitff2ae36762dccc463baba86bf9d39de1a57a70e1
treed5ea82f1858e998e4fe7a8a2ef3cc7da401b6153
parent67b59fbb07af8c69efea70c1eb9dbc5d4753d1b8
Create the long-awaited console.c, and move the common routines out
of scp.c, psftp.c and plink.c into it. Additionally, add `batch
mode', in which all the interactive prompts (bad host key, log file
exists, insecure cipher, password prompt) are disabled and safe
responses are assumed. (The idea being that if you run PSCP, for
example, in a cron job then you'd probably rather it failed and
exited instead of leaving the cron job wedged while it waits for
user input that will never arrive.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@1525 cda61777-01e9-0310-a592-d414129be87e
Makefile
console.c [new file with mode: 0644]
doc/plink.but
doc/pscp.but
doc/psftp.but
plink.c
psftp.c
putty.h
scp.c