Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi SSH unter Delphi (https://www.delphipraxis.net/7820-ssh-unter-delphi.html)

Basic-Master 22. Aug 2003 08:51


SSH unter Delphi
 
Hi,
kennt ihr ne Komponente oder ne Möglichkeit unter Delphi das SSH-Protokoll zu nutzen?

Memo 22. Aug 2003 10:56

Re: SSH unter Delphi
 
Schonmal gegoogelt? Stichworte: Delphi ssh oder noch besser Delphi ssh Indy. Es erschlägt einen förmlich mit Infos.

CalganX 22. Aug 2003 11:10

Re: SSH unter Delphi
 
Hi,
du kannst die Indy-Komponente TIdTelnet verwenden und den Port auf 22 stellen.
Dann hast du eine SSH-Verbindung.

Chris

Basic-Master 22. Aug 2003 11:30

Re: SSH unter Delphi
 
Zitat:

Zitat von Chakotay1308
Hi,
du kannst die Indy-Komponente TIdTelnet verwenden und den Port auf 22 stellen.
Dann hast du eine SSH-Verbindung.

Chris

hmm thx wofür steht eigentlich die property Terminal?

dan_at_5matrix 22. Aug 2003 13:07

Re: SSH unter Delphi
 
Specifies the terminal identification string for the TELNET client.
property Terminal: string;

Description

Terminal is a String property that contains the terminal identification string used to identify the terminal type in suboption negotiations. The terminal type information is an NVT ASCII string with a maximum length of 40 characters, as described in RFC 1700.
Note: Indy does not provide terminal emulation other than a dumb terminal NVT implementation. Any non-null string value can be used in Terminal.


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:38 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz