Changes between Version 1 and Version 2 of Ticket #2027
- Timestamp:
- 2013-07-17T16:16:54Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2027 – Description
v1 v2 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.jp p~/test.jpg }}} succeeds.3 Ex: {{{tahoe cp tahoe:test.jpg ~}}} fails while {{{tahoe cp tahoe:test.jpg ~/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.