| Summary: | slight problems with sftp client | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Tomas Mraz <t8m> | ||||||
| Component: | sftp | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | djm | ||||||
| Priority: | P2 | ||||||||
| Version: | 4.6p1 | ||||||||
| Hardware: | Other | ||||||||
| OS: | Linux | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 1353 | ||||||||
| Attachments: |
|
||||||||
|
Description
Tomas Mraz
2007-08-14 19:42:55 AEST
Created attachment 1340 [details]
Patch for draining the acks properly
This is the patch for the first problem.
Created attachment 1341 [details]
Patch for the second problem
This patch fixes the second problem. On the other hand it is debatable whether the second problem is a real bug or rather a feature.
I agree about the 2nd not being a bug for interactive use, but perhaps we should allow early termination of the upload when we are in strict error more (e.g. batchmode). 1st patch applied - thanks. I'm not going to change the behaviour of sftp when one file in the middle of a up/download batch fails. Continuing the transfer is the most friendly thing to do for interactive use, and I don't want the commands to have different semantics when batchmode is active. Fix shipped in 4.9/4.9p1 release. |