| Summary: | sftp should allow local files (lrm) and directories (lrmdir) to be removed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Matthew Flaschen <matthew.flaschen> | ||||
| Component: | sftp | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED WONTFIX | ||||||
| Severity: | enhancement | ||||||
| Priority: | P2 | ||||||
| Version: | 4.3p2 | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Matthew Flaschen
2006-12-29 18:25:41 AEDT
Created attachment 1223 [details]
Adds lrm and lrmdir options to sftp
Any reason you don't just use "!rm filename" or "!rmdir filename" ? That works, but shouldn't be necessary for such a common action. I also think a local rename could be useful. Thanks, but I don't think we need to do this. Adding extra code to support another way to do something that you can already do (in the same number of keystrokes too) does not seem warranted. Fair enough. I saw it as standardizing the interface, but it certainly isn't necessary. Close resolved bugs after release. |