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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Connecting to unix server

    Posted 09/06/11 05:33 AM

    Hi,

    I am writing a java service, where it will connect to the unix server with SSH (Secure shell) protocol. Is there any in built services for this same perpose. While writting the java service i am getting error related to ssh stuff. :frowning: For that am i need to add the jars ?

    please share the ideas if you have gone throgh this.

    thanks in advance,
    shafi :slight_smile:


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Connecting to unix server

    Posted 09/06/11 05:59 AM

    Hi shafi,

    There is an OpenSSH package utility which is already available as a utility package you can download it and pass the UNIX Commands to it like login , get put etc.

    ~Shashank


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Connecting to unix server

    Posted 10/24/11 06:11 AM

    why dont you try SFTP? (unless if the requirement is very strict)
    You can use jcraft API to create sftp connection from IS.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: Connecting to unix server

    Posted 10/24/11 08:05 AM