Tobias Giesen
Tobias Giesen
Hello, I think you need to add the import library TGPuttyLibCPP.lib to your project's libraries. Please see the C++ examples.
Hello, for uploads, the progress is called from within the DLL, so it's not needed here. Progress callback is only triggered after 1 MB of transfer and at least 1...
Hello, actually I don't know, it might be redundant in write_to_stream because the DLL itself calls the progress callback too. I will investigate this in the future. Maybe you can...
Hello, I think it shares the registry key with PuTTY, so that would be Computer\HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY\SshHostKeys
Hello, currently this feature is not available. I plan to add it in a future version.
Android development with Delphi? Hmm. I'm not a mobile developer, but I'm sure it can be done?
Hello, well, first you need to find out how to cross-compile the libtgputty.so library. Might be easier under Linux than Windows. I don't know. That's C cross-compiling for Android. You...
Hello, OK ... what does generic mean, or which compiler should I do it with? Maybe one or two files would work as pure C code but currently use the...
Hello, this is the C++ class that has the best chance to be converted to completely generic C++: https://github.com/superflexible/TGPuttyLib/blob/master/tgputtylibvcclass.h https://github.com/superflexible/TGPuttyLib/blob/master/tgputtylibvcclass.cpp It's not Unicode however. You need to call your favorite...
The variable was renamed to FAttempts, because when security scanners see anything related to "password" they freak out and flag security leaks. I have fixed the reference in the latest...