Hi,
I use FtpSendingMessageConsumer with QueuedFTPClientPool as outbound-channel-adapter.
Is there a way to support passive mode for ftp connection?
Hi,
I use FtpSendingMessageConsumer with QueuedFTPClientPool as outbound-channel-adapter.
Is there a way to support passive mode for ftp connection?
There is nowjust set the FTPClient.LOCAL_PASSIVE_MODE on the clientMode property of the FtpFileSource. For a config starting point look here http://is.gd/8FIt (this uses the default, active mode)