We saw this same problem, very frustrating. Apparently in an effort to be efficent webMethods IS tries to share FTP connection resources but it is buggy and steps all over itself corrupting the settings of existing FTP threads.
The big trick here is to use a reverse invoke to call the FTP get or put. Doing this will force IS to create a new thread for your transfer thereby avoiding any FTP session settings crosstalk.
Also be sure you are closing the ftp connection when you’re done with it in your flow, just in case.
Regards,
Jim
#Integration-Server-and-ESB#webMethods#webMethods-General