Re: Trouble connecting to GXS Implicit FTP/SSL
I have tried older versions of WinSCP and I was able to connect with versions 4.2.7 - 4.2.9 When I jumped to version 4.3.2 I get the same error as below. However, even though I can connect I started receiving a different error "Error listing directory 'root'. ("Could not retrieve directory listing","invalid path.")"
I have attached the new log for the different versions I tried. This might point out to an issue with OpenSSL libraries.
Thanks in advance.
I have attached the new log for the different versions I tried. This might point out to an issue with OpenSSL libraries.
Thanks in advance.
Hello everyone,
I'm having trouble connecting to GXS implicit FTP/SSL where I just get error SSL_connect: error in SSLv2/v3 read server hello A.
I'm running WinSCP 5.1.5 on Windows 7 32-bits Service Pack 1.
I noticed that GXS have an old school FTP/SSL set up with implicit FTP on port 6366 which is uncommon.
Here is my script:
option batch abort
option confirm off
open ftps://USERNAME:PASSWORD@sftp.am.gxsics.com:6366 -passive -implicit
ls
close
exit