You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2018. It is now read-only.
When the Alfresco Repository runs inside a Docker container, it will use the local address of the container to respond to FTP PASV commands. This address will not be resolvable by FTP clients and cause FTP connections to fail. Some FTP clients, like WinSCP, may be able to force the use of the public address used for establishing the initial connection instead of using the server-provided local address. In the long run, the Docker setup requires that Alfresco FTP provide the proper public address so it can be used with all FTP clients. This might require a patch / contribution to the JLAN project to support a configurable public address.