cancel
Showing results for 
Search instead for 
Did you mean: 

Error occurred while connecting to the FTP server

Former Member
0 Kudos

Hi,

Error occurred while connecting to the FTP server "xx.xx.xx.xx:21": java.net.ConnectException: Connection timed out: connect

FTP is working fine.Do you think its a problem with the xi port?

How to ping the FTP port from your XI server and check if it works fine. Is it from os01?

thanks

Ramya

Accepted Solutions (1)

Accepted Solutions (1)

abhay_rajhans2
Contributor
0 Kudos

Hi Ramya,

Following checks may help to resolve the issue.

1) Whether Port 21 is open and allowed to connect with FTP.

2) Ping, FTP and telnet possible from PI box to FTP.

3) User mentioned in Communication channel have authorization for read and write on FTP server.

4) FTP ports are open.

5) Firewall setting done properly.

Answers (4)

Answers (4)

Former Member
0 Kudos

Is your firewall settings ok? It could be because of that.

former_member200962
Active Contributor
0 Kudos
Do you think its a problem with the xi port?

Can you check with the FTP port....if it is available.

To ping the FTP:

Start --> Run --> cmd --> ping <FTP IP>

Regards,

Abhishek.

0 Kudos

Hi,

Try telnet to the given IP from PI server and check if the FTP server is accessible from PI.

former_member187339
Active Contributor
0 Kudos

Hi Ramya,

1. Go to PI box and open command prompt type

ftp <ip> and see whether you are able to do ftp to that server

2. You can also try doing ping and telnet from PI box (ping <ip>, telnet <ip> <port>

Regards

Suraj