cryptomator / cli

Cryptomator Command-Line Interface
GNU Affero General Public License v3.0
278 stars 40 forks source link

symlink don't work with mount using davfs #63

Open Cletip opened 4 months ago

Cletip commented 4 months ago

Hello everyone,

As said in the title, and after having done

echo | sudo mount -t davfs -o username=,user,gid=1000,uid=1000 http://localhost:8080/demoVault/ /media/your/mounted/folder

with the right option, my encrypted folder is mounted.

The problem: I have symlinks in this original folder, and when I mount it with cryptomator cli (not the original), well... there are no symlinks inside!

I've done some research, and I think davfs supports symlink (if I'm not mistaken), so it would come from cryptomator cli.

Thanks in advance for your reply.