ccViewer
ccViewer copied to clipboard
rclone.conf import not working without password2
I have an rclone.conf similar to this:
[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf
However, when trying to import, the alert only shows a cancel button. I'm able to get it to work by adding a blank password2, like this:
[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf
password2 =
I think fix it at v1.4.0(43) but still not working on master?