Hello every one
Environment : webMethods 7.1.2
I had a requirement to deliver files using FTP over SSL i.e. FTPS. So i went thru the documentation and implemented below
Approach 1:
1 . Created partner profile and defined his preferred protocol as Primary
FTPS
2. Exchanged public keys and installed partner public key on partner
profile–>security–>SSL client
3. Asked our network administrator to open port 21 (outbound to remote IP)
Approach 2:
- Manually invoked pub.client:ftp service with all the required parameters
plus ‘secure - auth’ parameter set to SSL and ‘securedata’ set to ‘true’
But both of the above approaches are failing with the below error
[ISC.0064.9008] FTP PORT command failed
By researching little bit on this error i found out that i was able to logon to the remote system and was able to do CD but right before doing the Put i am getting the above error
So is there any other things i have to consider
Please let me know
Anil
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods