php - phpseclib Warning: unpack() [function.unpack]: Type C: not enough inpu -


some sftp credential works fine below open source, credential throwing below error. root cause below error, saw threads posted workouts, solutions not worked me.

why getting below error, solution.

open source: phpseclib error: bellow error

warning: unpack() [function.unpack]: type c: not enough input, need 1, have 0 in \net\ssh2.php on line 1469  warning: extract() expects parameter 1 array, boolean given in \net\ssh2.php on line 1469 

https://github.com/phpseclib/phpseclib/blob/master/phpseclib/net/ssh2.php#l1538

what on line 1469? version linked has on line 1469:

while ($this->decrypt_block_size > strlen($iv)) { 

your link line 1538, this:

            break; 

if post 3 lines before , after, too, that'd great.

thanks!


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -