Unable to connect through ftp to alfresco server by ftp client

cancel
Showing results for 
Search instead for 
Did you mean: 
munish3016
Member II

Unable to connect through ftp to alfresco server by ftp client

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
sanjaybandhniya
Intermediate

Re: Unable to connect through ftp to alfresco server by ftp client

Which version of alfresco you are using?

How you have installed alfresco?

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

munish3016
Member II

Re: Unable to connect through ftp to alfresco server by ftp client

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
Member II

Re: Unable to connect through ftp to alfresco server by ftp client

Hi sanjaybandhniya,

Below is the details as you required.

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

Screenshot from 2023-07-24 12-21-57.png

4535992
Senior Member

Re: Unable to connect through ftp to alfresco server by ftp client

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