My question is regarding SecureFileTransferClient when used with SFTP protocol. I have used it before with FTP protocol in passive mode. So, it allows me connect over multiple port. Basically, I have multiple threads that can connect to FTP simultaneously.
Can I use SFTP protocol in PASSIVE mode? My requirement is that hundreds of thread can connect to SFTP server over a period of 30 seconds or 1 minutes and download different files.