cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to connect through ftp to alfresco server by ftp client

munish3016
Champ in-the-making
Champ in-the-making

Hi

I am trying to connect alfresco server by ftp client in the same network.

Below is my confiuration

ftp.enabled=yes

ftp.port=2021

The port 2021 is LISTEN in the server, But i am not able to connect as ftp. Please help.

4 REPLIES 4

sp2
Elite Collaborator
Elite Collaborator

Which version of alfresco you are using?

How you have installed alfresco?

Hope your server(linux or window) has allowed that port.

munish3016
Champ in-the-making
Champ in-the-making

HI Please guide for the below request and i am facing this issue.

:~# ftp -4pn localhost 9521
Connected to localhost.
220 FTP server ready
ftp> user admin
421 Service not available, remote server has closed connection
Login failed.
ftp> quit

:# ftp -6pn localhost 9521
Connected to localhost.
220 FTP server ready
ftp> user admin
421 Service not available, remote server has closed connection
Login failed.
ftp> quit


:~# netstat -ntulp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9727/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 12720/nginx: master
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 705/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1017/sshd
tcp6 0 0 127.0.0.1:8005 :::* LISTEN 27631/java
tcp6 0 0 127.0.0.1:7983 :::* LISTEN 27777/java
tcp6 0 0 :::41679 :::* LISTEN 27631/java
tcp6 0 0 :::8080 :::* LISTEN 27631/java
tcp6 0 0 :::80 :::* LISTEN 12720/nginx: master
tcp6 0 0 :::9521 :::* LISTEN 27631/java
tcp6 0 0 :::22 :::* LISTEN 1017/sshd
tcp6 0 0 :::8983 :::* LISTEN 27777/java
tcp6 0 0 :::8443 :::* LISTEN 27631/java
udp 0 0 127.0.0.53:53 0.0.0.0:* 705/systemd-resolve

Regards,

Munish Pandian R

munish3016
Champ in-the-making
Champ in-the-making

Hi sanjaybandhniya,

Below is the details as you required.

Version we installed as below and our system is ubuntu18.04.

image

If is not a docker enviroment make sure the client FTP (for example Filezilla ) use the "passive" transfer mode