1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

psftp now works as part of the PuTTY suite

[originally from svn r940]
This commit is contained in:
Simon Tatham
2001-02-24 16:08:56 +00:00
parent 094dd30d95
commit 39cf689fd6
6 changed files with 508 additions and 70 deletions

View File

@ -176,6 +176,7 @@ typedef struct {
int sshprot; /* use v1 or v2 when both available */
int buggymac; /* MAC bug commmercial <=v2.3.x SSH2 */
int try_tis_auth;
int ssh_subsys; /* run a subsystem rather than a command */
/* Telnet options */
char termtype[32];
char termspeed[32];