1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00

Added a fourth application: plink, a command line connection utility

[originally from svn r575]
This commit is contained in:
Simon Tatham
2000-09-08 14:45:20 +00:00
parent 263d9e0f09
commit 8394a48620
8 changed files with 94 additions and 55 deletions

4
scp.c
View File

@ -844,7 +844,7 @@ int main(int argc, char *argv[])
default_protocol = PROT_TELNET;
scp_flags = SCP_FLAG;
flags = 0;
ssh_get_password = &get_password;
init_winsock();
@ -852,7 +852,7 @@ int main(int argc, char *argv[])
if (argv[i][0] != '-')
break;
if (strcmp(argv[i], "-v") == 0)
verbose = 1, scp_flags |= SCP_VERBOSE;
verbose = 1, flags |= FLAG_VERBOSE;
else if (strcmp(argv[i], "-r") == 0)
recursive = 1;
else if (strcmp(argv[i], "-p") == 0)