Hi,
I created a new FTP server in FileZilla Server.
It allows both plain FTP and implicit FTP over SSL/TLS (FTPS)
I used the "generate new certificate" feature to generate a CRT file on the FTP server.
When I connect with an FTP Client, I am asked to accept the certificate, and it just works fine.
Can see from the logs it's connecting on port 990.
When I try to use an FTP Adapter in Ensemble I can't get it working.
Have set up credentials. Have also set up a "SSL/TLS configuration" in Ensemble (wasn't sure what to put in here?!)
Set the FTP Port as 990.
I get the warning in the log:
ERROR <Ens>ErrOutConnectExpired: FTP Connect timeout period (5) expired for SCGCENSDEV:990/ensemble-ftp/SSL='FTPS + ERROR <Ens>ErrFTPConnectFailed: FTP: Failed to connect to server 'SCGCENSDEV:990/ensemble-ftp/SSL='FTPS/ensemble-ftp' (msg='Timeout waiting for response',code=529)
Any ideas?