cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP - How to develope?

Former Member
0 Kudos

Hi,

I have to use SSH along with the receiver FTP receiver adapter.

How can i do this? Can any one provide me the code for doing this?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ok

Former Member
0 Kudos

Has any one developed sftp using java?

Former Member
0 Kudos

Check out this for the Secure FTP using Java and SFTP (FTP over SSH) protocol

http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=9684

Thanks,

Pooja Pandey

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>Has any one developed sftp using java?

seeburger did:

http://www.seeburger.com/fileadmin/com/pdf/Collateral_2009/SEEBURGER_SAP_SFTP_2009.pdf

and some other companies too:

http://www.mandant.net/sap-xi-sftp-adapter.html

http://www.aedaptive.com/index.php/solutions/sftp-for-sap-netweaver

http://www.advantco.com/?q=node/9

at my company we only had to use it once and we did it

as an java proxy connection (configurable via a web page)

so the code for SFTP is on many places and there are FREE java libraries to do that (check google)

and then "just" add it to your adapter/java proxy

if you don't know how:

a) get an PI consultant to help you

b) buy one

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI

Former Member
0 Kudos

Thanks Michal,

Where do i add it in my adapter? Create a module and add it?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>Where do i add it in my adapter? Create a module and add it?

no you need to create an adapter it would be possible in a module

but it's better to go for a complete adapter in this case

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi

Check this

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

Regards

Vishnu