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
Expand all | Collapse all

how to use ftp server in web methods?

  • 1.  how to use ftp server in web methods?

    Posted 11/09/09 10:15 AM

    hi frds,

    i am new to web methods ,how to uses ftp server in web methods
    wht is the use of ftp server in webMethods.plz any one can tell me how to uses in webMethods.

    thanks and regards
    reddy.


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


  • 2.  RE: how to use ftp server in web methods?

    Posted 11/09/09 11:41 AM


  • 3.  RE: how to use ftp server in web methods?

    Posted 11/09/09 03:29 PM

    You may find it helpful to review the webMethods documentation, such as “Understanding the webMethods Product Suite”, the “Integration Server Administrator’s Guide” and the “Developer User’s Guide”. Search those docs for FTP and you’ll find information about the use of FTP for traffic to and from Integration Server.


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


  • 4.  RE: how to use ftp server in web methods?

    Posted 11/14/09 02:30 PM

    Hi kumar,

    First u download one ftp server (search in google) and install it.
    here u will crete ur domains and users.
    u will use help ,how to use ftp server in that.

    coming to webMethods,
    u will use pub.client:ftp:login
    here in pipeline u will enter uname,password,serverhost,portnumber and other details.
    u will use remaining commands also.

    Thanks and regards
    janardhan


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


  • 5.  RE: how to use ftp server in web methods?

    Posted 11/16/09 06:55 AM

    webMethods supports almost all FTP commands. using webMethods FTP services you can achieve integration with different FTP/SFTP serers.

    you can explore the services in “wmPublic.pub.client.ftp” folder used for FTP communication.

    From advantage you can download OpenSSH package which is useful while establishing SFTP server.

    As reamon already mentioned you can go through the documentation to understand more.


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


  • 6.  RE: how to use ftp server in web methods?

    Posted 07/15/10 06:37 AM

    After run pub.client.ftp:get, I got the “226 Transfer completed”. But I don’t know where I can find the file tranferred.

    pub.clinet.ftp:cd can select directory on the ftp server. for example: I want to get the file on ftp server:/temp/test.txt and transfer it to my local:/local/test.txt.
    I can use pub.client.ftp:cd to set the directory on ftp server, but how can I know where the file was tranfered after run pub.client.ftp:get. Any suggestion is appreciated. thank you.


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


  • 7.  RE: how to use ftp server in web methods?

    Posted 07/15/10 08:03 AM

    the file will be downloaded the to the directory that you mapped to the local file name input of the get service.


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


  • 8.  RE: how to use ftp server in web methods?

    Posted 12/03/15 08:02 AM

    Hello,

    You should start with creating FTP port on Integration server,
    and create on service like logftp and call ftp.login service from wm public into it,provide parameters username,password,localhost & port which you defined while creating FTP port.

    then use ftp.ls command to get directories and you will get directories like “admin”,“Administrator”,“replicate”,“ns”
    if you want to go inside these directories put like admin/pipeline u will get list of pipeline folder files and then through ftp:get service you give remotefile as admin/pipeline/a.xml & then you will get those file fetch data and now you can put through ftp.put and to other folder which you can access only through getting these directories (“admin”,“Administrator”,“replicate”,“ns”). and then logout from server.

    thank you


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


  • 9.  RE: how to use ftp server in web methods?

    Posted 12/03/15 08:46 AM

    Thanks Vishwadeep. Attaching the package with the details mentioned above would be more useful for others. :slight_smile:


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


  • 10.  RE: how to use ftp server in web methods?

    Posted 12/04/15 03:20 AM

    I had faced lot of issues especially hanging threads with ftp, so we have written our own customized java code to perform ftp operations. I am sorry I cannot share the code as it is client side.

    Thanks,


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