Hi ,
I am facing a problem. From cmd prompt, I am able to use all the ftp comands without any problems which shows there are no firewall issues. From webMethods service, when I am doing ls using pub.client.ftp: ls
getting wm.net.ftpCException: FTP PORT command failed
The flow of ftp commands are as below in my service
pub.client.ftp: login
pub.client.ftp: cd
pub.client.ftp: ls
pub.client.ftp: get
pub.client.ftp: logout
even in catch block i am closing the connection using pub.client.ftp: logout,In login, giving timeout = 60 .
Anyone can guide me why it happens? we are on version 6.0.1 SP3
#Integration-Server-and-ESB#webMethods#webmethods-Protocol-and-Transport