diff lib/sshv2.c @ 399:e97f1fb92539

2004-2-15 Brian Masney <masneyb@gftp.org> * lib/sshv2.c (sshv2_put_file) - fix for resuming SSHv2 uploads * src/text/gftp-text.c - fixed compiler error when being compiled without gettext
author masneyb
date Sun, 15 Feb 2004 17:53:34 +0000
parents 05ee37a5558b
children 656a0b3d1403
line wrap: on
line diff
--- a/lib/sshv2.c	Wed Feb 11 20:25:58 2004 +0000
+++ b/lib/sshv2.c	Sun Feb 15 17:53:34 2004 +0000
@@ -1986,7 +1986,7 @@
   /* fd ignored for this protocol */
 
   params = request->protocol_data;
-  params->offset = 0;
+  params->offset = startsize;
 
   if (*file == '/')
     {