Spring Operator

Results 417 comments of Spring Operator

**[Sloan Seaman](https://jira.spring.io/secure/ViewProfile.jspa?name=sseaman)** commented The test code uses: ProxiedFtpSessionFactory but that code is not in the branch (at least, not in spring-integration / spring-integration-ftp / src / main / java /...

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented Sorry I forgot to add it, i'll do it later but it wasn't any different than yours and as I said the connect part is what worries...

**[Ivan Lagunov](https://jira.spring.io/secure/ViewProfile.jspa?name=ilagunov)** commented Oleg, I also need this feature. We have SOCKS4 proxy and need to establish FTP connections over it. At the same time we have SFTP connections that...

**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented This did not make it into the 2.2 release. However, to address a comment in the original submission, the FtpSession is no longer package protected; it is...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Some external request on the matter: https://stackoverflow.com/questions/49997030/does-spring-integration-have-a-proxy-support-for-ftp

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented There is `FTPClient.setProxy()` for our consideration: ```java /** * Sets the proxy for use with all the connections. * The proxy is used for connections established after...

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented We are going to address it for 2.2. And we already have another request which could be solved by resolving this issue: http://forum.springsource.org/showthread.php?126969-Is-this-a-use-case-for-an-aggregator

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented I just thought about something. Seems to me like a cross cutting concern and can exists anywhere May be all we need is tow write a configurable...

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented We'll be addressing it in the first milestone of 3.0 which should be out before SpringOne

**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented See also: http://forum.springsource.org/showthread.php?139534-Question-about-MessageGroupStoreReaper-timeout It's not clear to me this will help because there will be nothing to discard for a "reaped" empty group. Maybe we could add...