jamiecaesar / securecrt-tools

SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Apache License 2.0
247 stars 77 forks source link

SecureCRT hangs when capturing large output #7

Closed jamiecaesar closed 9 years ago

jamiecaesar commented 9 years ago

When capturing large text outputs (like a large "show log" or a "show tech"), SecureCRT becomes either unresponsive or extremely slow part way through the output.

jamiecaesar commented 9 years ago

Fixed by reading the output line by line and writing the line to the output file.