Quantcast
Channel: sshnet Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1729

New Post: new SshClient Exception on Synology

$
0
0
I solved it, it's strange but I changed
using (SshClient client = new SshClient(connectionInfo))
to:
SshClient client = new SshClient(connectionInfo);
and now it works...

After that I had troubles with
 var fowardPort = new ForwardedPortLocal("localhost", 8500, "www.something.com", 80);
It didn't work, after spending hour's I changed (visual studio 2010) Build platform target from "ANY CPU" to "X86"
and now it works, yes...
I'm on Win7 X64.

Thank you

Viewing all articles
Browse latest Browse all 1729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>