stefankueng / CryptSync

CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.
https://tools.stefankueng.com/CryptSync.html
GNU General Public License v3.0
398 stars 72 forks source link

ERROR: error accessing path #113

Closed Todd1561 closed 4 months ago

Todd1561 commented 4 months ago

There's some kind of bug with the latest version 1.4.5. I get "ERROR: error accessing path "S:\Sites", skipped" when attempting to use a remote that's a UNC path, if I switch to a local directory it's fine. If I downgrade to the previous release 1.4.4.462 it works fine. There's no problem with permissions on the remote share, I can even browse to and navigate the remote folder from within CryptSync.

Thanks! Great utility, excellent work on this project.

stefankueng commented 4 months ago

I can not reproduce this. Using a NAS as the remote. Tried with mounted shares (e.g. K:) and the UNC name (e.g. \NAS1\dir1), both work fine for me.

stefankueng commented 4 months ago

ok, can reproduce it now...

Todd1561 commented 4 months ago

Thanks for the quick resolution! What was the issue? Just curious.