
bugzilla-daemon at bugzilla
Jun 25, 2012, 12:54 AM
Post #1 of 1
(71 views)
Permalink
|
|
[Bug 2021] New: sftp resume support (using size and offset)
|
|
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 ReportedBy: loganaden [at] gmail 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. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|