cancel
Showing results for 
Search instead for 
Did you mean: 

Help required in connecting to Implicit SSL FTP server

Former Member
0 Kudos

Hi,

I am working on a scenario of File to Idoc.

Here the File server (FTP server) is using the Implicit SSL protocol which is not supported by PI.

Hence, we thought of using the scripts for this.

Using Script we will move the file from the FTP server to the PI directory & then using NFS protocol in channel, PI will read the file.

Here my query is, is it possible to go for such a design in case of Implicit SSL?

If yes, please let me know how it can be achieved.

I am referring the below blog of writing the scripts in case of SSH protocol:

/people/daniel.graversen/blog/2008/12/11/sftp-with-pi-the-openssh-way

Please let me know if any such blog/material is available for Implicit SSL protocol as well.

Your help is highly appreciated.

-Supriya.

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Supriya,

I have worked on similar requirement connected to FTPS server, it supports only implicit calls, FTPS server not in my client network, my net work team established connection between Client network and FTPS network using some VPN connection.

Then I wrote unix script to connect to FTPS server to download files /move files.

But in your case first try to run script at OS level are you able to download files or not, if you are able to do that, then you can with your design.

Regards,

Raj

Former Member
0 Kudos

Hi Raja,

Thanks a lot for your reply!

Can you please post that script over here?

-Supriya.

rajasekhar_reddy14
Active Contributor
0 Kudos

Unfortunately, I can't.

Former Member
0 Kudos

Hi Raja,

I am trying to achieve this on my local machine using OS level scripts.

But I am not able to succeed, as the command 'ftps' is not recognized.

The error I m getting in MS-DOS is ''ftps:' is not recognized as an internal or external command, operable program or batch file'.

-Supriya.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

betetr to contact your Basis /unix team , they will help you... my script code is quite different, i have not used ftps command.

Regards,

Raj

former_member207622
Contributor
0 Kudos

have you tried calling from ABAP ?

There is something called SAP cryptographic kit which you need to install ,please check this link I am not sure

Port for Implicit SSL is 990

regards

Ninad

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

Thanks for your replies.

But my problem is solved now, client has agreed to use sFTP..

-Supriya.

Former Member
0 Kudos

Any help?