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

To get Files from FTP Server Using FTPS

  • 1.  To get Files from FTP Server Using FTPS

    Posted 06/25/08 01:26 AM

    Hi All,

    I want to connect to a FTP server using FTPS and get the files from the server.
    Please advice on how and which is the best way to do so?

    I am trying the service pub.client.ftp to connect login to FTP ( where in the service i am passing the parameter secure–>auth as “SSL”).

    The steps that i am using are:

    pub.client.ftp:login
    pub.client.ftp:cd
    pub.client.ftp:ls

    It is sucessfully logging in , but whe i run the “ls” command service next, it is throwing this error:com.wm.net.ftpCException: [ISC.0064.9001] Could not connect to ftp server: Connection refused (errno:239).

    Please let me know what all parameters i need to pass, in the pub.client.ftp:login service

    Thank You
    Regards
    Thyaba


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