[Bug 2978] download status file

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri May 17 14:22:54 AEST 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2978

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Created attachment 3284
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3284&action=edit
Print "not modified" message when resumed transfer does not modify
files

I guess we could do something like the attached: print a "not modified"
message when a resumed transfer results in no file changes.

E.g.

$ ./sftp -D ./sftp-server
Attached to ./sftp-server.
sftp> lcd /tmp
sftp> get /bin/ls
Fetching /bin/ls to ls
/bin/ls                                       100%  132KB 161.8MB/s  
00:00    
sftp> reget /bin/ls
Resuming /bin/ls to ls
/bin/ls                                       100%  132KB   0.0KB/s  
00:00    
File "ls" was not modified

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list