Hi All, I'm using Net::SSH2 module on windows machine, the purpose of this script is to login to multiple devices and execute "show run" command and print the output of the command to a text file, .......the script login to multiple devices and executes "show run" command", reads from the channel buffer and dumps the output to a text file.....but the problem is the text file doesn't contain the full output, the last few lines are stripped out..........Does anybody know what the problem could be?
Thanks