Changes between Version 1 and Version 2 of Ticket #2329, comment 12
- Timestamp:
- 2015-01-22T17:22:55Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2329, comment 12
v1 v2 11 11 * (F) `cp -r PARENTCAP/dir local/` -> `local/dir/file.txt` 12 12 * (G) `cp -r DIRCAP local/` -> (exception) 13 * (H) `cp -r ALIAS: local/` -> (exception)13 * (H) `cp -r DIRCAP_ALIAS: local/` -> (exception) 14 14 * (I) `cp -r DIRCAP/file.txt local/` -> `local/file.txt` 15 15 * (J) `cp -r FILECAP local/` -> "error, you must specify a destination filename"