cancel
Showing results for 
Search instead for 
Did you mean: 

Error in FTPS Receiver

Former Member
0 Kudos

Hi,

I am gettign an error in our FTPS receiver.

the parameters we use are..

Data connection : PASSIVE

Connection Security: FTPS(FTP over SSL/TSL) for control Connection

Connection ORDER: AUTH TLS, USR, PASS, PBSZ, PROT

Username and Password,

Connection mode: per file transfer

Transfer mode: Text

we are gettin the following error

com.sap.aii.af.ra.ms.api.MessagingException: Connection timed out:could be due to invalid address: java.net.SocketException: Connection timed out:could be due to invalid address

When we tried to connect to the ftp site using putty using the ip address and using other ftp clietn tools we were able to get and put files in the server.

Please let us knwo what the problem could be.

Thanks,

Vinay.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinay,

Have you tried connecting FTP server from XI server? Also make sure FTPS port is open.

-Pinkle

Former Member
0 Kudos

hi pinkle,

i tried to connect using the command ftp hostaddress.

it gave an error 530 SSL is mandatory.

Could you tell if there is adifferent command i need to use here and the is there a specific port as you mentioned i should use.

thanks,

Vinay.

Former Member
0 Kudos

Hi Vinay,

FTPS might be using communication port to communicate and data port to transfer the data between the system.

Have you imported Client SSL certificate?

-Pinkle