bugzilla-daemon at mindrot.org
2013-Aug-01 08:15 UTC
[Bug 2138] New: SFTP interactive local rm
https://bugzilla.mindrot.org/show_bug.cgi?id=2138
Bug ID: 2138
Summary: SFTP interactive local rm
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
Created attachment 2325
--> https://bugzilla.mindrot.org/attachment.cgi?id=2325&action=edit
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.
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=2138
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
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.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:40 UTC
[Bug 2138] SFTP interactive local rm
https://bugzilla.mindrot.org/show_bug.cgi?id=2138
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
Possibly Parallel Threads
- [Bug 2021] New: sftp resume support (using size and offset)
- [Bug 1271] sftp should allow local files (lrm) and directories (lrmdir) to be removed
- openssh-unix-dev Digest, Vol 123, Issue 13
- sftp client reget reput
- [Bug 2021] sftp resume support (using size and offset)