Closed
Description
In what version(s) of Spring Integration are you seeing this issue?
6.0.2
Describe the bug
Unable to connect through a HTTP/SOCKS proxy to a (S)FTP server anymore because "setProxy(...)" method in class DefaultSftpSessionFactory has been removed during the MINA migration (https://github.com/spring-projects/spring-integration/commit/4aa2f91bd9ae023a59cc2e9eb5622420cf0a038e#diff-cf4cad9de8156c5ff3155fa553b9e01af9d0a62a128dc58858f6ee62fcc14cbe)
Expected behavior
Be able to connect to a FTP server (protocol SFTP) through a HTTP/SOCKS proxy. (ProxyJump is not the same thing, I think)