| Summary: | SCP continues to send data packets when filesystem is full or ulimits reached. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Steve Maher <steve> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | minor | CC: | dtucker, steve |
| Priority: | P5 | ||
| Version: | 5.9p1 | ||
| Hardware: | PPC | ||
| OS: | AIX | ||
|
Description
Steve Maher
2012-07-23 21:48:22 AEST
The problem is there's no backchannel in the scp protocol other than the return code. Basically the sending scp says "write this here, this here and this over there" and the receiving scp gets to answer either "OK" or "not OK". The only thing the receiving scp could do in this case is to exit early with a non-zero return code. That would mean that in the case where more than one file is being copied, and only one has a problem (eg file size limit, permissions or whatever) right now all but the problem file will work. Changing it would cause it to work worse in those cases. Sorry, but there's nothing much that can be done with scp. sftp can do it because it's a much more structured protocol and the only suggestion I have is if this matters to you then use sftp. Close all resolved bugs after 7.3p1 release |