Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   SFTP und 1und1 (https://www.delphipraxis.net/215004-sftp-und-1und1.html)

tomkupitz 19. Apr 2024 20:07

SFTP und 1und1
 
Hallo,

ich habe mir die Version icsv91 von Overbyte heruntergeladen. Nun wollte ich das Delphi-Bsp. OverbyteIcsXferTst versuchen. Es soll eine SFTP Verbindung zum Server aufgebaut werden (1und1, Port 21, SSLPort 990, SSL/TLS, Passive). Das scheitert mit Fehler:
Zitat:

21:01:29:975 SSL/TLS DLL: DLLs OpenSSL 3.2.1 30 Jan 2024 from C:\ProgramData\ICS-OpenSSL\3201\libssl-3.dll, Legacy Provider Not Loaded
76 CA root certificates loaded from internal bundle: sslRootCACertsBundle + ICS
21:01:29:975 19.04.2024
21:01:29:991 Connect/Logon to FTP Server: ftp.screensoft.de:990
21:01:51:051 Failed to Connect to FTP Server: 500 Connect error - Connection timed out (#10060) to 217.160.231.108:990
21:01:51:051 Waiting for 5 secs, then Retrying
21:01:56:048 Connect/Logon to FTP Server: ftp.screensoft.de:990
21:02:17:096 Failed to Connect to FTP Server: 500 Connect error - Connection timed out (#10060) to 217.160.231.108:990
21:02:17:096 Waiting for 5 secs, then Retrying
21:02:22:098 Connect/Logon to FTP Server: ftp.screensoft.de:990
21:02:43:177 Failed to Connect to FTP Server: 500 Connect error - Connection timed out (#10060) to 217.160.231.108:990
21:02:43:177 Task Result: Failed
Die Dll's sind da. Muss noch etwas beachtet werden?

Danke und beste Grüße

tomkupitz 19. Apr 2024 20:36

AW: SFTP und 1und1
 
Mein Fehler: ICS unterstützt FTPS aber nicht SFTP.

mytbo 19. Apr 2024 21:58

AW: SFTP und 1und1
 
Zitat:

Zitat von tomkupitz (Beitrag 1535961)
Es soll eine SFTP Verbindung zum Server aufgebaut werden (1und1, Port 21, SSLPort 990, SSL/TLS, Passive).

Die Allzweckwaffe ist Curl (Open-Source). Mehr Informationen findest man in diesem Post. Ein Beispiel mit Quelltext für eine Funktion FTPDownloadFile hier.

Bis bald...
Thomas


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:13 Uhr.

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