cancel
Showing results for 
Search instead for 
Did you mean: 

Which one is better to use - FTPS or https over soap?

Former Member
0 Kudos

Hi Experts,

Please let me know which one is better to use in reliability, error tracking,  https over soap or FTPS?

Thanks,

Indira

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

With respect to security perspective both are doing the same work. But in terms of clarity, generic nature and less maintanence, I would certainly vote soap over https design more than ftps.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Indira,

Maybe this article could help:

http://daniel.haxx.se/docs/ftp-vs-http.html

Regards,

Mark

former_member201264
Active Contributor
0 Kudos

Hi Indira,

If you have Security SSL along with Command Order as per the FTPS then you can use FTPS.

If you have SSL and more Proxy host and user ad PW security then you cn use HTTPS.

If you have both options then try to ue FTPS for more reliability.

Regards,

Sreeni.

Former Member
0 Kudos

Hi Sreenivasalu,

Could you please tell me which one is better in terms of error tracking?

In our current scenario, we are calling  script in receiver file CC, to transfer the file  to SFTP server.

If we use https over soap approach, how to track the error in case of target not available or any other connectivity issues?

Thanks,

Indira

former_member201264
Active Contributor
0 Kudos

Hi Indira,

Are you using SFTP from Standard PI OR from Seeburger?

1. If it is from from standard PI, then you can track error easily with alerts for all PI messages.

    You can get audit log in CC Receiver to trace the script execution. Even you will alert email as well.

2. If it is from Seeburger then you have to configure the PI system to recieve error from SFTP.

    To track error from this you can use your SFTP Master Configuration Guide provided to you.

For alerts cnfiguration you can use the below links:

For AEX:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d828df-0a5e-2e10-6d9f-83d9034a5...

For PI:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00e97ba2-85ce-2b10-20bc-bc05cd172...

Regards,

Sreeni.

rajasekhar_reddy14
Active Contributor
0 Kudos

Write error handling mechanism in Script and generate log file for every execution, so that it enables you to track info when SFTP system down or connetovity issues.

If you have two otions to use SOAP-HTTP /FTPS but looking for right one then use SOAP-HTTP. But both adapters error handling same.