We use SSHFTPClient to connect to the SFTP server. We need to configure proxy settings for the same. But the SCPClient.setProxyParams is deprecated. So please let us know how to set proxy settings in SSHFTPClient.
Use getProxySettings() to get a reference to the ProxySettings object and set its properties.