03-25-2009 03:18 PM
Is there any way to disable the confirmation when you copy a file from the router to a tftp server? I need to disable it because I'm doing a web application that manages the routers through commands with rsh. Thanks!
03-26-2009 04:09 AM
if its a script, which is putting the command, then you can add like
suppose for "copy running to startup"
In the script line go like this
------------------
copy running startup
y
y
-----------------
The two characters "y" will do the consirmation.
03-26-2009 04:57 AM
Hi! thanks for your response.
07-19-2019 12:13 PM
Hi,
Is it possible to overwrite the file ?
copy startup-config tftp://xx.xx.xx.xx/<filename>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide