I\'m using JSch as SFTP client and now I need to enable passive mode because of some limitation of security.
But I can not found a way to enable passiv
SFTP protocol has no passive mode - it runs everything (commands and data) over one established connection.