I want to use the libssh2 for a project and I am curious about what mode it uses by default? Passive or active? Can this be set somewhere? Active would be not good.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The file transfer uses SFTP protocol (as @Mat notes in comments) and, unlike FTP, is done over single socket connection, so there’s no notion of "active" or "passive".