| [reply] |
Hi Salva,
No users with windows yet. Bracing myself for that :-)
I like how Net::SSH2 works with channels and subsystems, a cursory look at Net::OpenSSH does not reveal much on that but I will take a closer look.
Still is very odd that many Unix flavors work just fine and just Fedora has an issue... it gets me wondering what could possibly be the cause of that? Does not seem to be an issue with Net::SSH2 itself.
Thanks,
Paulo
| [reply] |
I like how Net::SSH2 works with channels and subsystems, a cursory look at Net::OpenSSH does not reveal much on that but I will take a closer look.
Net::OpenSSH does not expose the Channel concept to the user. It gets hidden behind higher level and more familiar abstractions (i.e. processes, pipes, redirections, etc.).
Still is very odd that many Unix flavors work just fine and just Fedora has an issue...
Net::SSH2 and the libssh2 library are not mature yet and critical bugs still pop up now and there... though, they are active projects so try to write a minimal script reproducing the error and send it to the module author.
| [reply] |
Hi Paulo,
Did you get any resolution for this?
I have the same issue on my suse linux, but it doesn't work with the exact bytes too for me.
How did you get the exact number of bytes in the channel?
Could you please paste your code?
Thanks,
Madhuri
| [reply] |