-
-
Notifications
You must be signed in to change notification settings - Fork 965
Open
Description
I did a small program that does a SftpClient connect call.
When I run the program on
a Windows 10 PC that I have administrator permissions, all works built with Visual Studio 2015
When I run the program on a Windows 7 PC (Visual Studio 2013) that I do not have administrator permissions,
I get an exception after the "connect" call
"no existing connection. Will make new connection to server 127.0.0.1
Exception has been thrown by the target of an invocation"
I am using
SftpClient sftp = new SftpClient("127.0.0.1", username, password);
sftp.Connect();
the differences between the 2 cases seems to be only
- administrator permissions
- Windows 10 versus 7
- Visual Studio 2015 versus 2013
Metadata
Metadata
Assignees
Labels
No labels