Hello Wolfram, It didn't work for me at the beginning. Then I added open_ssl and open_ssl_lib to the uses clause, and copy the two openssl DLLs to the same directory, it worked.
tlntsend doesn't have any terminal emulation support (xterm, VT100, various escape sequences.) I think that's the big missing piece in order to have something like putty. There doesn't seem to be any open source packages available for Delphi or FPC... I'm not sure what level of platform compatibility can be achieved when GUI is involved because a lot of the dialog boxes (open file, font selection, etc.) will be native. Even the fonts will be native. Linux provides good terminal apps with tab support and I'm happy with them. On Windows, I only find Poderosa, which has tabs and works great. The problem is that it's a .NET app and it looks like its development has stopped. Jack Friday, February 15, 2008, 2:21:37 PM, you wrote: > Hi Jack, > thanks for verifying, that my sample code should work, except for > me. Probably I have a non-synapse problem and should give it another > try. Meanwhile I managed to use plink.exe from the putty homepage as > a successful workaround for my initial demand to use ssh. >>From my point of view, if you can live with poor documentation, >>tlntsend plus "included" libraries seem pretty perfect as a starting >>point for the implementation of an Object Pascal version of Putty. >>Lukas is obviously doing a great job. My fault, that I am still not >>experienced enough to compensate missing, verbose documentation. > Wrap a GUI around Synapse and you got your D'utty. Personally I'd > prefer a F'utty using any FPC compliant GUI instead of Delphi. You > don't need Lazarus. Give fpGUI a try. Additional benefit: truely > cross any platform, I can imagine. > Wolfram ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
