Trouble connecting to GXS Implicit FTP/SSL
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
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