Changes between Initial Version and Version 1 of Ticket #2027


Ignore:
Timestamp:
2013-07-17T16:15:15Z (10 years ago)
Author:
daira
Comment:

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  
    11When copying a file from the top level of a directory node using the CLI, tahoe requires a file name to be specified.
    22
    3 Ex: {{{tahoe cp tahoe:test.jpg ~}}} fails while {{{tahoe cp tahoe:test.jgp ~/test.jpg }}} succeeds.
     3Ex: {{{tahoe cp tahoe:test.jpg ~}}} fails while {{{tahoe cp tahoe:test.jpp ~/test.jpg }}} succeeds.
    44
    55However, when a file is copied from a subdirectory to the local disk without a specified file name, the download will succeed.
    66
    7 Ex: {{{tahoe cp tahoe:test/test.jgp ~}}} succeeds along with {{{tahoe cp tahoe:test/test.jgp ~/test.jpg}}}.
     7Ex: {{{tahoe cp tahoe:test/test.jpg ~}}} succeeds along with {{{tahoe cp tahoe:test/test.jpg ~/test.jpg}}}.
    88
    99The 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.