Connect to Valentina over SSH

Hello everyone,

I was testing connection from Valentina Studio to Valentina Server over SSH. It works great, but I wonder how can I do that from XOJO ? I’m kinda stuck with that and have no idea what to do next.
I saw VConnection.Constructor has inOptions, so I wonder do I have to add somehow SSH there.
If anyone knows, please post short example how to do it.

Thank you

Why SSH, the server has ports it connects to. That is what I am using all the time. I have 3 web-app systems running, and on Xojo native mac app system running.

Hi,

if you need sort of tunneling you may do it externally via port redirection or something like this one.

SSH - this is a feature of Valentina Studio.