Doe anyone know if there’s an SFTP library I can s...
# multiplatform
k
Doe anyone know if there’s an SFTP library I can share between android and iOS? If not is there a way to use cinterop to bring in a c++ library?
k
cinterop with a c++ library will likely have to go through an
extern C
compatibility layer.
k
do you have an example i can look at?
k
I do not unfortunately 😞 when I was bridging a C++ lib to K/N it was at my old company.