|
Posted by Captain Paralytic on 07/05/07 15:29
On 5 Jul, 16:20, Konstantyn <konstanty...@gmail.com> wrote:
> This is a simpla example^
> <?php
>
> $connection = ssh2_connect("ethernet switch adress", 22);
> ssh2_auth_password($connection,"login","pass");
>
> $stream = ssh2_shell($connection, 'vt100');
>
> ?>
>
> this is not work
> and when i use ssh2_exec($connection, 'comand');
> a have error message
> can execute comands
>
> What can i do for write commands to ethernet switch?
"I have error message"
well DUH don't you think it'd help us to help you if you TOLD US WHAT
IT IS!!!!!
[Back to original message]
|