IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  SFTP with password.

    Posted Fri May 06, 2011 11:40 PM

    Hi All,

    I have a requirement where we use SFTP communication and we have been using SSH key based authentication. But the partner says they do not support key based authentication.

    Can someone tell me how to accomplish using username/pwd for SFTP. As it gets executed from unix shell.

    Thanks,
    David


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 2.  RE: SFTP with password.

    Posted Sat May 07, 2011 12:04 AM


  • 3.  RE: SFTP with password.

    Posted Mon May 09, 2011 05:59 PM

    Hi reamon,

    Thanks for your reply. I did some research and found that there is a BW_Utilities package where some java code has been developed on Jcraft.

    Can you please tell what is this Jcraft Jsch package? Is it a open source. What are the limitations to use this approach? I appreciate your help if you could comment on these.

    Thanks,
    David


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: SFTP with password.

    Posted Mon May 09, 2011 06:28 PM

    [url]http://www.jcraft.com/jsch/[/url]

    It uses BSD-style license (free and pretty much can do what you want
    with it).

    It is a Java library on top of which you could create IS services for
    use in your integrations. The company I work for did this sort of thing
    with a different library and the approach is effective.

    If you’re comfortable with creating and maintaining Java services then
    using JSch can give you the functions and flexibility you want. The
    only downside is you’ll have to do some work to hook the library into IS.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: SFTP with password.

    Posted Wed May 11, 2011 02:20 PM

    Dear david …

    I have already posted the java service which works on both password and keybased SFTP … you can use the code in your implementations …

    Please check the posts under “Protocols” forums …
    cheers


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB