Hi,
I've just downloaded the docker image for the platform.
I started it in docker desktop
I open the app homepage, enter my ftp login credentials and the host (an IP on my network)
I change the port to 22, and tick the "secure" box
I eventually get the error page "Timeout (control socket) undefined" on page "http://localhost:6805/api/connector/login/callback?connectorId=ftp&type=STORAGE"
What am I doing wrong? I've opened a console on the docker image, and connected successfully to my ssh server using the sftp <user>@<hostname> syntax, so it is certainly available to the docker image.
I seem to have fallen at the first hurdle.
Many thanks.