hide-password
Obfuscate (encode) a password so that it can be written in a file and not be easily recovered.
Syntax:
shell
sfiler [options] hide-password
Examples:
shell
sfiler.exe -l "my-user" -p "my-password" -s https://www.sfiler.com/sfiler/server/ hide-password
Enter the password to obfuscate:
Hidden password: YJYDon5vD8W8UQUiBplr3l1ahQ6jawFj
Below is an example of how to use your hidden password in a CLI script.
You now will use the -op option instead -p for the password, the rest of the command is unchanged.
shell
sfiler.exe -l "my-user" -op C43jJQGo79rJbUeqayf06IOXYPGHE1PV -s https://www.sfiler.com/sfiler/server/ upload -d "Marketing" "my-file.txt"