Programatically open a Cryptomator Vault?

I have a Java program that sends a File to a Linux server using FTPS. On that server, I have a Cryptomator vault (installed by CyberDuck FTP).

My question is if there is a way to programmatically ‘open’ the Cryptomator vault so the Java program can FTP the file directly to the vault and also close it when the file is in the vault.

Thanks in advance for any suggestions.

For Users which need automation there exists the cli-project:

Please be aware of

But fear not, since

Any more questions? :smile:

That’s cool, thanks!

It seems that the cli requires the CM server version?

No. It is a standalone application. The mentioned WebDAV server is a local, embedded one.