Changes between Initial Version and Version 2 of Ticket #10352
- Timestamp:
- Jun 21, 2018 7:49:22 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10352
- Property Owner set to dkocher
- Property Status changed from new to assigned
- Property Milestone changed from to 7.0
-
Ticket #10352 – Description
initial v2 5 5 Examples: 6 6 7 {{{duck --mkdir googledrive://My%20Drive/Vault/Folder}}} 7 {{{ 8 duck --mkdir googledrive://My%20Drive/Vault/Folder 9 }}} 8 10 9 11 This will create an unencrypted folder. 10 12 11 {{{duck --upload googledrive://My%20Drive/Vault/ /home/user/folder/}}} 13 {{{ 14 duck --upload googledrive://My%20Drive/Vault/ /home/user/folder/ 15 }}} 12 16 13 17 This will ask for the Vault password and will upload encrypted. 14 18 15 {{{duck --upload googledrive://My%20Drive/Vault/Folder /home/user/folder/}}} 19 {{{ 20 duck --upload googledrive://My%20Drive/Vault/Folder /home/user/folder/ 21 }}} 16 22 17 23 This will not ask for the password and will upload the files unencrypted. (Even if the folder was created by the Cryptomator app or eg. Cyberduck for Windows)