Hi guys. Im very new to C#.

I am trying to make use of Tamir.SharpSSH.dll to be able to allow users to perfom actions in a linux console without the needed knowledge.

Ive done right click over references --> add references --and Ive browsed -->Tamir.SharpSSH.dll.


This is when I stall and I dont know what to do to interact with the dll.

Any recommeneded guide or suggestion would be highly appreciated.

Thx in advance

Did you follow the examples on Code Project?

Many thanks Momerath.


You refer to the one that starts with :

Reading and writing data over the SSH channel

If so i did .

Would it be ok if I create a new class ( to make the "blueprint") and add the dll there like Ive described ( Ive done right click over references --> add references --and Ive browsed -->Tamir.SharpSSH.dll.)
and then

make use of the using statement like this?

using Tamir.SharpSsh;

?

thanks

References are by project, not class, but yes, you can do that.

Appreciate :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.