Re: access ssh.Users (General questions)
Hi,
this works.
But SSHUser user = ssh.Users does not work.
But so its fine anyway.
Greets,
Michael
[quote]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[/quote]
Complete thread:
- access ssh.Users - Michael, 2010-02-08, 10:21
- Re: access ssh.Users - woddrazen, 2010-02-08, 11:52
- Re: access ssh.Users - Michael, 2010-02-09, 20:45
- Re: access ssh.Users - woddrazen, 2010-02-08, 11:52