cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help in Creating adapter module for SFTP Sender in NWDS

Abhi_N
Explorer
0 Kudos

Hi experts,

I have a scenario where i should write an adapter module for SFTP sender in NWDS.. need your help in achieving this..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Hope this can help. For sender the configuration will be easy,

http://scn.sap.com/docs/DOC-59145

Regards,

Ashutosh.

Abhi_N
Explorer
0 Kudos

Hi Ashutosh

Thanks for your reply.. we wrote an module to pick a CSV file and the interface is delivered..

Former Member
0 Kudos

Hello,

What's ur requirement?

AM steps are same no matter u are using it in SFTP or File. So, just search SDN u will find step by step article on the same.

Thanks

Amit Srivastava

Abhi_N
Explorer
0 Kudos

Hi amit,

i have followed the procedure of FTP but, adapter is not picking the file.. do we have any different adapter parameters for SFTP... the input file is .csv.. can you help me regarding this as im new to Eclipse based NWDS and Adapter Modules

Former Member
0 Kudos

Hello,

>>i have followed the procedure of FTP but, adapter is not picking the file

Make sure u have written proper expression to pick file.

>>do we have any different adapter parameters for SFTP... the input file is .csv..

I don't think there are any specific parameters needed for SFTP (but in case u are reading file name in AM then u might have to adjust SFTP namespace)

Thanks

Amit Srivastava

former_member189387
Active Contributor
0 Kudos

Hi ,

>>i have followed the procedure of FTP but, adapter is not picking the file

          It slightly differs than FTP. For eg., if you want to pickup the file in SFTP  name xxx_1234_1212.csv  then you may try as  xxx.*\.csv


Regards.,

V.Rangarajan