fieldrndservices / libssh2-labview

A LabVIEW library for SSH client support via libssh2
Apache License 2.0
22 stars 2 forks source link

Keepalive #53

Open gyutoth opened 2 years ago

gyutoth commented 2 years ago

Hi! Is it possible to use the ssh keepalive function under Labview? I did not find the function in the dll/vis.

Thanks. Gy.

volks73 commented 2 years ago

The LabVIEW toolkit and underlying C shared libraries do not currently support the keepalive functionality of the libssh2 project. This appears to be a missing feature of the libssh2lv library and the LabVIEW toolkit.

I will create issues in the various projects to add this to the API. I can make no guarantees on a date, but I am always open to PRs and contributions.