To get Files from FTP Server Using FTPS

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