https://bugzilla.mindrot.org/show_bug.cgi?id=2978
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
