Join Slack
Powered by
Doe anyone know if there’s an SFTP library I can s...
# multiplatform
k
Kevin S
12/08/2022, 12:19 AM
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
kevin.cianfarini
12/08/2022, 1:10 AM
cinterop with a c++ library will likely have to go through an
extern C
compatibility layer.
k
Kevin S
12/08/2022, 1:21 AM
do you have an example i can look at?
k
kevin.cianfarini
12/08/2022, 1:50 AM
I do not unfortunately 😞 when I was bridging a C++ lib to K/N it was at my old company.
13
Views
Open in Slack
Previous
Next