webMethods

webMethods

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.  FTP over SSH (SFTP)

    Posted Fri July 09, 2010 09:13 PM

    Hello Everyone,

    I am looking for some recommendation on how to implement SFTP in webMethods 7.1.2. Currently, our webMethods are installed on Windows 2003. I see alot of posts in regarding to implementing OpenSSH with webMethods. However, when i look into OpenSSH, i don’t see anywhere on the website that can be install on Windows platform. Please help!

    Thanks,
    Tiff


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


  • 2.  RE: FTP over SSH (SFTP)

    Posted Tue July 13, 2010 08:06 AM

    Hi Tiff,
    webMethods does not support SFTP out of the box. for windows you need to use third party tool for SFTP and place the file to the file system then you need to do the file polling using webMethods for picking the file.


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


  • 3.  RE: FTP over SSH (SFTP)

    Posted Tue July 13, 2010 04:52 PM

    You can use a Java library, such as Ganymed SSH-2 for Java, wrapped with a couple of Java services you write to provide SFTP facilities rather easily.


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


  • 4.  RE: FTP over SSH (SFTP)



  • 5.  RE: FTP over SSH (SFTP)

    Posted Tue July 20, 2010 04:11 PM

    There used to be a OpenSSH sample implemenatation available on Advantage as a download which is a good starting point. This allows implementation of direct ssh calls, scp and sftp.


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


  • 6.  RE: FTP over SSH (SFTP)

    Posted Tue August 03, 2010 05:56 PM

    Also consider Maverick libraries, wrote a very stable and standardized solution using these. Be careful of the OpenSSH mentioned, as it has to make system calls to execute and some details of the execution could be lost in case of troubleshooting.


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


  • 7.  RE: FTP over SSH (SFTP)

    Posted Thu August 05, 2010 02:59 PM

    We’ve had issues working with the OpenSSH package, since the CommandRunner class that is used seems to fork the JVM somehow and create memory spikes on the server.

    I’ve been investigating JSch, but it’s amazingly un-documented and hard to use. I will start looking into ganymed ssh.

    It’s frustrating that Software AG has refused to support SFTP for this long, and continues to focus on BPM and SOA-Governance while their core “ESB” is left buggy, sad and alone.


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