Hi,
I want to record telnet-output from a network-device via plink for at least 24 hours.
Unfortunately plink closes the connection forcibly after 10 minutes and if I restart it via task scheduled it overwrites the old file again and again and again.
That's my batch-file:
plink -load strom -telnet 10.0.0.102 > bose.txt
Could you please help me to manage unlimited recording to txt-file ?
BR
Gor
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to record telnet-output from a network-device via plink for at least 24 hours.
Unfortunately plink closes the connection forcibly after 10 minutes and if I restart it via task scheduled it overwrites the old file again and again and again.
That's my batch-file:
plink -load strom -telnet 10.0.0.102 > bose.txt
Could you please help me to manage unlimited recording to txt-file ?
BR
Gor
Hi Gor
Apologies - that's a question for the PuTTY developers , I just do the Session Manager addon.
Might be worth using ">>" instead of ">" as this will append to a file....
Kind Regards
David