-
-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SftpClient, ability to set ClientIpAddress #132
Comments
I added new ConnectionInfo constractor where you can specify client IP to be used in case of multiple IP address. You can use it like this: where clientIP is IPAddress type. Please get latest version and see if it works for you. Thanks, |
I had to revert this change as it introduced regressions, and I'm pretty sure it did not provide the requested behavior. @itssimple Can you test and provide feedback once I commit a proposal? |
Is there a solution in sight? The change of Dec 2016 seems to be solving the problem, only using host[0]. |
If you use the SftpClient on for example a webserver with multiple IP addresses, we need to be able to set which IP-address to connect from.
This would help us connect to SFTP-servers with limited IP-access.
The text was updated successfully, but these errors were encountered: