Re: access ssh.Users - WeOnlyDo Discussion board

Re: access ssh.Users (General questions)

by woddrazen, Monday, February 08, 2010, 11:52 (5190 days ago) @ Michael

Hi Michael,


Can you please try something like this it works for me
[code] for (short i = 0; i < ssh.Users.Count; i++)
{
Console.WriteLine(ssh.Users.Login);
}[/code]

Let us know how it goes.


Regards,
Drazen


Complete thread: