cancel
Showing results for 
Search instead for 
Did you mean: 

sftp synchronous

Former Member
0 Kudos

Hi,

How to wirte module been for sftp synchronous,here sftp is at receiver side.

Can anyone tell clearly.

Thanks,

Bhagya.

Accepted Solutions (0)

Answers (3)

Answers (3)

iaki_vila
Active Contributor
0 Kudos

Hi Bhagya,

SFTP can't be synchronous. Think that sync interface means that on the receiver something will go  to take a payload, to do some stuff with this payload and to generate a response. All, on real time because the sender is waiting a response and it can't wait eternally.

In this point, think the case that you use a SFTP (or FTP or NFS) adapter. You are sending a file/s to a remote host, you are not calling to any program or similar to process the file/s, you are only taking a file to one location to another.

I suppose, as Vishnu thought before, your scenario is more complex, may be you are sending file to one location but you can continue with your payload to another receiver system(Sync/async/Sync bridge), or you are sending a file and waiting to a second file (two async scenarios simulatig sync one), or may be you only need a confirmation that the file has arrived correctly to the endpoint.

Regards.

pvishnuvardan_reddy
Active Contributor
0 Kudos

HI Bhagya,

I assume you query is you have proxy/RFC at sap end, and at receiver end you are using sftp adapter, and you want to make a synchronous flow, then you can achieve this using without BPM by standard adapter modules provided by sap as below:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f96dbf-adca-3010-ffb5-daf2d1f0e...

Regards

sahithi_moparthi
Contributor
0 Kudos