bugzilla-daemon at mindrot.org
2006-Dec-29 07:25 UTC
[Bug 1271] sftp should allow local files (lrm) and directories (lrmdir) to be removed
http://bugzilla.mindrot.org/show_bug.cgi?id=1271 Summary: sftp should allow local files (lrm) and directories (lrmdir) to be removed Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: sftp AssignedTo: bitbucket at mindrot.org ReportedBy: matthew.flaschen at gatech.edu I think OpenSSH sftp ought to have lrm and lrmdir commands to remove local files and directories respectively. This is useful, for instance, when you download files by mistake. I have implemented those features in the attached patch. I added the options the in-program "Available commands", but not to the man page. I couldn't figure out how the documentation worked, so someone else would need to edit it if that patch is accepted. It has been tested on Kubuntu Edgy GNU/Linux, but I'm fairly sure that patch is portable. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Dec-29 07:27 UTC
[Bug 1271] sftp should allow local files (lrm) and directories (lrmdir) to be removed
http://bugzilla.mindrot.org/show_bug.cgi?id=1271 ------- Comment #1 from matthew.flaschen at gatech.edu 2006-12-29 18:27 ------- Created an attachment (id=1223) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1223&action=view) Adds lrm and lrmdir options to sftp ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Dec-30 05:16 UTC
[Bug 1271] sftp should allow local files (lrm) and directories (lrmdir) to be removed
http://bugzilla.mindrot.org/show_bug.cgi?id=1271 ------- Comment #2 from dtucker at zip.com.au 2006-12-30 16:16 ------- Any reason you don't just use "!rm filename" or "!rmdir filename" ? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Dec-30 06:25 UTC
[Bug 1271] sftp should allow local files (lrm) and directories (lrmdir) to be removed
http://bugzilla.mindrot.org/show_bug.cgi?id=1271 ------- Comment #3 from matthew.flaschen at gatech.edu 2006-12-30 17:25 ------- That works, but shouldn't be necessary for such a common action. I also think a local rename could be useful. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2007-Jan-18 22:11 UTC
[Bug 1271] sftp should allow local files (lrm) and directories (lrmdir) to be removed
http://bugzilla.mindrot.org/show_bug.cgi?id=1271 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Comment #4 from dtucker at zip.com.au 2007-01-19 09:11 ------- 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. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2007-Jan-18 23:10 UTC
[Bug 1271] sftp should allow local files (lrm) and directories (lrmdir) to be removed
http://bugzilla.mindrot.org/show_bug.cgi?id=1271 ------- Comment #5 from matthew.flaschen at gatech.edu 2007-01-19 10:10 ------- Fair enough. I saw it as standardizing the interface, but it certainly isn't necessary. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- Design: predict.lrm does not recognise lrm.fit object
- HowTo derive a correct likelihood-ratio chi-squared statistic from lrm() with a rsc() ?
- Help understanding why glm and lrm.fit runs with my data, but lrm does not
- Help understanding why glm and lrm.fit runs with my data, but lrm does not
- predict.lrm vs. predict.glm (with newdata)