search for: enable_resum

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

Did you mean: enable_resume
2001 Sep 10
0
[PATCH] quick hack for 'resume' support in sftp
....resume/sftp-client.c *** openssh-2.9p2/sftp-client.c Fri Apr 6 01:26:33 2001 --- openssh-2.9p2.resume/sftp-client.c Mon Sep 10 18:04:36 2001 *************** *** 48,53 **** --- 48,56 ---- /* XXX: what should this be? */ #define COPY_SIZE 8192 + /* resume or not (from sftp.c) */ + extern int enable_resume; + /* Message ID */ static u_int msg_id = 1; *************** *** 682,687 **** --- 685,691 ---- Buffer msg; Attrib junk, *a; int status; + struct stat localfile; a = do_stat(fd_in, fd_out, remote_path, 0); if (a == NULL) *************** *** 698,705 **** error("Ca...