search for: use_ssh1

Displaying 1 result from an estimated 1 matches for "use_ssh1".

Did you mean: use_sse41
2001 Sep 10
0
[PATCH] quick hack for 'resume' support in sftp
...ACTIVE COMMANDS Once in interactive mode, diff -cr openssh-2.9p2/sftp.c openssh-2.9p2.resume/sftp.c *** openssh-2.9p2/sftp.c Mon Apr 16 10:26:42 2001 --- openssh-2.9p2.resume/sftp.c Mon Sep 10 17:52:39 2001 *************** *** 48,53 **** --- 48,54 ---- #include "scp-common.h" int use_ssh1 = 0; + int enable_resume = 0; char *ssh_program = _PATH_SSH_PROGRAM; char *sftp_server = NULL; FILE* infile; *************** *** 148,154 **** void usage(void) { ! fprintf(stderr, "usage: sftp [-1vC] [-b batchfile] [-osshopt=value] [user@]host[:file [file]]\n"); exit(1);...