cancel
Showing results for 
Search instead for 
Did you mean: 

What are the File Adapter FTPS connection Parameters

Former Member
0 Kudos

Hi All,

Could you tell me whata re the connection parameters for FTPS and how to send data using FTPS connection security parameter present in file adapter

XIer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are looking to use FTPS using SSL / TLS then make sure of following issues.

1) SAP Java cryptographic kit has already been deployed on the server.

http://help.sap.com/saphelp_nw04/helpdata/en/8d/cb71b8046e6e469bf3dd283104e65b/frameset.htm

2) The CA certificate that is used to sign the server certificate must be added to trusted CA Key store view.

http://help.sap.com/saphelp_nw04/helpdata/en/e9/a1dd44d2c83c43afb5ec8a4292f3e0/frameset.htm

FTPS parameters: Few major params

<b>Transport protocol :</b> ftp

<b>connection security :</b> FTPS (FTP Using SSL/TLS) for Control and Data Connection

<b>Command Order:</b>Retain the default setting

<b>Use X.509 Certificate for Client Authentication:</b>Set this indicator if the adapter, in contrast to the FTP server, is to use X.509 certificate and public-key cryptography to authenticate itself. The corresponding key/certificate pair must previously be saved in a keystore view of the J2EE server by using the Visual Administrator.

Rather for the first time <b>don't</b> set this indicator.

<b>Cheers,

*RAJ*</b>

Former Member
0 Kudos

MYQuestion--Clent has send public key can be put it on FTPS (using it as Keystore)and use it and transfer of file take place or we have to go for SFTP i.e writing UNIX script and from PI application server we have to send.

Former Member
0 Kudos

Hi,

Refer this thread..

Regards,

vasanth.

Former Member
0 Kudos

Vasanth, I am looking for info on FTPS adapter

XIer