Changes between Version 1 and Version 2 of Ticket #2027


Ignore:
Timestamp:
2013-07-17T16:16:54Z (11 years ago)
Author:
daira
Comment:

All four cases in the description should succeed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2027 – Description

    v1 v2  
    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.jpp ~/test.jpg }}} succeeds.
     3Ex: {{{tahoe cp tahoe:test.jpg ~}}} fails while {{{tahoe cp tahoe:test.jpg ~/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.