From: =?iso-8859-2?Q?Radek_Krej=E8a?= on
Hi,

I need to get about 500 chars over ssh2_exec, but this doesnt work:

$stream = ssh2_Exec($this->_connection, "system identity print;ip address print detail;system routerboard print;interface wireless print", false, NULL, 500);

Where could be a problem? Its connection to Mikrotik.
php5-5.3.3_1
libssh2-1.2.7,2
pecl-ssh2-0.11

Thank you
Radek