Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this script compatible to compile libssh 0.9.6 for ios / macOS? #16

Open
insinfo opened this issue Dec 16, 2021 · 2 comments
Open

Is this script compatible to compile libssh 0.9.6 for ios / macOS? #16

insinfo opened this issue Dec 16, 2021 · 2 comments

Comments

@insinfo
Copy link

insinfo commented Dec 16, 2021

Is this script compatible to compile libssh 0.9.6 for ios / macOS?
Hey I made a libssh binding on dart to be able to use libssh on windows and linux with flutter, now I want to use it on ios and macOS too, but I don't know how to compile libssh for ios

https://pub.dev/packages/libssh_binding
https://www.libssh.org/

@insinfo insinfo changed the title This script is to compile libssh 0.9.6 for ios/macOS? Is this script compatible to compile libssh 0.9.6 for ios / macOS? Dec 16, 2021
@Jan-E
Copy link
Contributor

Jan-E commented Dec 16, 2021

No, it is not. The script builds SSH2 for iOS and macOS. Just yesterday I upgraded my libraries for iOS and Mac Catalyst, using SSH2 version 1.10.0 and OpenSSL 1.1.1m. See https://www.libssh2.org/libssh2-vs-libssh.html for a comparison between SSH and SSH2.

@insinfo
Copy link
Author

insinfo commented Dec 29, 2021

libssh2 does not implement recursive copying via SCP, therefore libssh2 is extremely slow for bulk file copying.

libssh2/libssh2#646

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants