| Summary: | SFTP interactive local rm | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Loganaden Velvindron <loganaden> | ||||
| Component: | sftp | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED WONTFIX | ||||||
| Severity: | enhancement | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
The problem with implementing a local-rm is that we'd need to have it support the standard system rm flags, or at least -r, -i and -f. Given that you can do "!rm [flags] path [...]" with the same keystrokes as "lrm ..." but supporting all the options and needing no new code, I don't think this is worth it. Close all resolved bugs after 7.3p1 release |
Created attachment 2325 [details] sftp local remove I'm not sure if people might find it useful, but when using reget in interactive mode, I often need to quit sftp and do a local rm. I find it less annoying to use lrm (local remove file) within sftp.