Closed trel closed 9 months ago
When using the new --encrypt option (https://github.com/cyverse/gocommands/commit/9bc2f49f7e2bf98fb569e0b4664cd781d600804e)... the filename is obfuscated/lost.
--encrypt
Feels like this should not be the default behavior, but is still useful.
Consider making this functionality available via --encrypt-filename as an additional flag.
--encrypt-filename
--
Does get work the same way? Would it need to have a similar flag? Not sure on that...
get
Yes, I'm working on it now.
The latest commit 36709d2137ed17c847e9002485e18a679e5104d9 will add --encrypt_filename flag for the purpose.
--encrypt_filename
get command also has the same flags to decrypt filename and content.
When using the new
--encrypt
option (https://github.com/cyverse/gocommands/commit/9bc2f49f7e2bf98fb569e0b4664cd781d600804e)... the filename is obfuscated/lost.Feels like this should not be the default behavior, but is still useful.
Consider making this functionality available via
--encrypt-filename
as an additional flag.--
Does
get
work the same way? Would it need to have a similar flag? Not sure on that...