Changes between Initial Version and Version 1 of Ticket #2027
- Timestamp:
- 2013-07-17T16:15:15Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2027
- Property Keywords usability error cli tahoe-cp easy added
- Property Owner set to daira
- Property Status changed from new to assigned
-
Ticket #2027 – Description
initial v1 1 1 When copying a file from the top level of a directory node using the CLI, tahoe requires a file name to be specified. 2 2 3 Ex: {{{tahoe cp tahoe:test.jpg ~}}} fails while {{{tahoe cp tahoe:test.j gp ~/test.jpg }}} succeeds.3 Ex: {{{tahoe cp tahoe:test.jpg ~}}} fails while {{{tahoe cp tahoe:test.jpp ~/test.jpg }}} succeeds. 4 4 5 5 However, when a file is copied from a subdirectory to the local disk without a specified file name, the download will succeed. 6 6 7 Ex: {{{tahoe cp tahoe:test/test.j gp ~}}} succeeds along with {{{tahoe cp tahoe:test/test.jgp~/test.jpg}}}.7 Ex: {{{tahoe cp tahoe:test/test.jpg ~}}} succeeds along with {{{tahoe cp tahoe:test/test.jpg ~/test.jpg}}}. 8 8 9 9 The CLI's behavior should be consistent. Either require users to specify a file name for all cp actions or allow users to copy files from the top level of a directory to a local directory without specifying a file name.