| Summary: | download status file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | vitalik_p <vitalik.perevertun> | ||||
| Component: | sftp | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | CC: | djm, dtucker | ||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2988 | ||||||
| Attachments: |
|
||||||
|
Description
vitalik_p
2019-03-13 03:44:51 AEDT
Created attachment 3284 [details]
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
Patch applied and will be in OpenSSH 8.1 - thanks. Closing all resolved bug with release of openssh-8.2 |