Displaying 1 result from an estimated 1 matches for "osshopt".
Did you mean:
fosshost
2001 Sep 10
0
[PATCH] quick hack for 'resume' support in sftp
...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);
}
--- 149,155 ----
void
usage(void)
{
! fprintf(stderr, "usage: sftp [-1vCr] [-b batchfile] [-osshopt=value] [user@]host[:file [file]]\n");
exit(1);
}
***************
*** 167,173 ****
infile = stdin; /*...