[Bug 2021] New: sftp resume support (using size and offset)
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Mon Jun 25 17:54:57 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2021
Bug #: 2021
Summary: sftp resume support (using size and offset)
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: loganaden at gmail.com
Created attachment 2165
--> https://bugzilla.mindrot.org/attachment.cgi?id=2165
sftp resume support (using offset)
Hi,
I have to copy huge files using sftp, and i thought that it would be
cool to get sftp support.
My diff has some arbitrary choices:
1) If user specifies -a (for resume), and file doesn't exist, it
creates it and starts from offset 0.
2) If destination file is bigger than source file, it aborts. The
assumption being that the user specified a wrong destination file.
3) -a to use resume and "REGET" in interactive mode.
Feedback welcomed as usual.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list