I am on Alfresco 5.2 Community.
I have setup the below in alfresco-global.properties
ftp.enabled=true
ftp.port=2121
Using filezilla on Mac, I am trying to connect to this server, using the below server details:
- Connection protocol: FTP (not SFTP or TLS)
- Host: 134.209.150.xxx/alfresco
- Port: 2121
- logon type – Normal
- username & password entered correctly.
Filezilla gets stuck at the below:
Status: Connecting to 134.209.150.xxx:2121...
Status: Connection established, waiting for welcome message...
Status: Plain FTP is insecure. Please switch to FTP over TLS.
Status: Logged in
Status: Retrieving directory listing of "/alfresco"...
Command: CWD /alfresco
Response: 250 Requested file action OK
Command: TYPE I
Response: 200 Command OK
Command: PORT 10,2,0,2,201,221
Response: 200 Port OK
Command: MLSD
Response: 150 File status okay, about to open data connection
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
Any ideas?