-
Notifications
You must be signed in to change notification settings - Fork 22
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
Question: Can ssh-shell commands be executed? #17
Comments
Hello, |
Is there any forecast for Android? |
Android development with Delphi? Hmm. I'm not a mobile developer, but I'm sure it can be done? |
Thanks for your answer
Yes, we develop in Delphi 10.4.2, for android.
Any clue how to do it?
We have seen that your component is not compatible with Android
De: Tobias Giesen ***@***.***>
Enviado el: miércoles, 28 de abril de 2021 14:01
Para: superflexible/TGPuttyLib ***@***.***>
CC: rubenjesuslpez ***@***.***>; Comment ***@***.***>
Asunto: Re: [superflexible/TGPuttyLib] Question: Can ssh-shell commands be executed? (#17)
Android development with Delphi? Hmm. I'm not a mobile developer, but I'm sure it can be done?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#17 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADEXWTCPOKT3Q7GLML2L7KDTK72GNANCNFSM4TOSMWWQ> . <https://github.com/notifications/beacon/ADEXWTAP3NEBX5FSEISM4J3TK72GNA5CNFSM4TOSMWW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFQFGIY.gif>
|
Hello, Concerning the Delphi part, you probably need to add some IFDEFs. And most importantly, use only TTGPuttySFTP class in tgputtysftp.pas and NOT the component. See the new DELPHI RECOMMENDATION at the end of README.md. |
Can ssh-shell commands be executed?
Like libssh2 (https://www.libssh2.org/examples/ssh2_exec.html)
+
libssh2_channel_write
libssh2_channel_read
The text was updated successfully, but these errors were encountered: