ftp ssl
Posted: Mon Nov 17, 2025 2:23 pm
Hi ,
I m trying to retrieve data using ssl
Using ftp_implicit
ftp = FTP_open( 'address
: 22
: 100
: FTPS_IMPLICIT
: FTPS_PRIVATE
: FTPS_PRIVATE );
I got the following error
DSPLY gsk_secure_soc_init: Peer not recognized or badly formatted
if i change it FTPS_TST the server reply with
0: SSH-2.0-WS_FTP-SSH_9.0.3.65 that is not recognized as a valid reply
"Not a valid FTP reply line"
Can someone help
Thanks for your support
I m trying to retrieve data using ssl
Using ftp_implicit
ftp = FTP_open( 'address
: 22
: 100
: FTPS_IMPLICIT
: FTPS_PRIVATE
: FTPS_PRIVATE );
I got the following error
DSPLY gsk_secure_soc_init: Peer not recognized or badly formatted
if i change it FTPS_TST the server reply with
0: SSH-2.0-WS_FTP-SSH_9.0.3.65 that is not recognized as a valid reply
"Not a valid FTP reply line"
Can someone help
Thanks for your support