cancel
Showing results for 
Search instead for 
Did you mean: 

FTPS Receiver Channel: 550 Unexpected reply code

former_member201275
Active Contributor
0 Kudos

I am building an FTPS scenario for this first time and need some help with an error message I am getting for the Receiver Channel. On google I found some answers but none of these helped. 😞

I have an SFTP Sender Channel which is successfully sending a file to my PI system. PI then sends this file via an FTPS Receiver Channel to the receiving system. The receiving system does see that PI is connecting to their system however no file is transferred, and in PI I get the error message '550 Unexpected reply code'.

Please can someone check if my settings are correct i.e. I have a screenshot of the receiver channel below. Also is the problem possibly on my PI system with a missing certificate, or maybe on the receiving system, or something else completely?

Also below is a screenshot of my error message.

All help greatly appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Glen,
Please check the points as I have mentioned earlier. Also if possible , could you please run XPI inspector and get the log for this scenario?

Please check the certificates are installed properly in Keystore TrustedCAs.

The blogs below provide examples on using the XPI tool.

1) Using XPI Inspector to troubleshoot HTTP SSL connections (Part 1 – Server Authentication)

2) Using XPI Inspector to troubleshoot HTTP SSL connections (Part 2 – Client Authentication)

See the note #1514898 XPI Inspector for troubleshooting XI, for details on installing and for the attached user guide.

Are you writing the files directly or using a temporary file option?

sugata_bagchi2
Active Contributor
0 Kudos

Hi Glen,

From you log screenshot , it says it is using the SFTP adapter for connection but your receiver adapter is FTPs. could you please check this one?

Please check the following-

1. Check with BASIS and target server team which port is opened, 21 is a default FTPs port

2. Check with target FTP server team what command order is expected at their end when user is logging into the server. based on that you need to choose the command order in the receiver channel.

Thanks

Sugata

former_member190293
Active Contributor

Hi Sugata!

I guess that log says about sender SFTP adapter, not the receiver FTPS.

Regards, Evgeniy.

former_member201275
Active Contributor
0 Kudos
Hi both,

yes, my Sender Channel is SFTP, so this part is correct. The problem is with the FTPS receiver.