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.  Can webMethods 6.5 IS act as a SFTP server also?

    Posted Thu October 01, 2009 02:53 PM

    I noticed multiple posting talking about SFTP and FTPS but couldn’t quite get the answer I was looking for.

    We were pushing the files to vendor’s external SFTP (using SSH) site using the webMethods flow services acting as SFTP client. Our requirements have reversed and now the vendor is asking us to host a SFTP site at our end and they will retrieve the files from there. So my questions are

    1. Can webMethods 6.5 IS act as a SFTP server also? If so, what are the pros and cons? Is there a document I can refer to?

    2. Are there any other mechanisms that could be used? Can a SFTP site be created on IIS6 W2k3 box? Would it be easier this way?

    3. Has someone used any external SFTP server?

    Just trying to explore the options. ANy help will be appreicated.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 2.  RE: Can webMethods 6.5 IS act as a SFTP server also?

    Posted Thu October 01, 2009 08:14 PM


  • 3.  RE: Can webMethods 6.5 IS act as a SFTP server also?

    Posted Wed October 28, 2009 11:04 AM

    There is a package OpenSSH which provides SSH and SFTP services.

    Pros - code sits on IS, so relatively easy to manage rather than an RMI server.
    Can use key based login rather than password authentication
    Adding new clients is easy, you need to do some customization for this.

    Cons - forks a new java process to do the file transfer
    can cause the unix host to run out of memory
    doing parallel file transfers is not a good idea, as it will result in multiple forked processes, so need to do serial transfers


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 4.  RE: Can webMethods 6.5 IS act as a SFTP server also?

    Posted Thu October 29, 2009 06:25 AM

    As far as i know and used… yes we can expose wM IS as FTP/SFTP server. However i am not sure how to setup this because i have no experience in coinfiguring this. only experience is i have used it :slight_smile:


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 5.  RE: Can webMethods 6.5 IS act as a SFTP server also?

    Posted Tue November 03, 2009 12:40 PM

    As I stated in another thread, a few customers have been using Solid Reason’s file managed transfer solution SDX. They are a partner I often work with and I know they have also demoed this solution in last year’s Sag events.

    From their documentation: "SDX extends the webMethods integration server to provide inbound SFTP (SSH FTP), FTPS (FTP over SSL), WebDAV, and WebDAV SSL support. Outbound support is provided for SFTP from IS Services and as a Trading network delivery service.

    The added features are fully integrated with the integration server, avoiding the need for file polling and providing for real time transfer over these protocols.

    SDX is used in highly demanding environments, transferring files of multiple gigabytes at transfer rates only limited by communication infrastructure. It also optimised for the transfer of a massive amount of smaller files."

    Of course, it is not a opensource or free, but neither is wM.

    If this is something you would be interested in, I can put you in contact with them.


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB