02-14-2017 09:29 PM - edited 03-03-2019 08:28 AM
Hi
I am trying to copy a file from router to HTTP server, however getting I/O error: -
ISR4351-1#copy flash:welcome.png http://*:*@10.10.10.2:80/
Address or name of remote host [10.10.10.2]?
Destination filename [welcome.png]?
Storing http://*:*@10.10.10.2:80/welcome.png !
%Error writing http://*:*@10.10.10.2:80/welcome.png (I/O error)
ISR4351-1#
Tried lot of things with respect to changing permissions at HTTP server or providing privilege level to username but its not working.
Any help is appreciated.
Thanks
02-14-2017 09:52 PM
Is the web server using HTTP authentication?
What does the web server log say?
02-14-2017 09:58 PM
I am not getting any logs on server. It seems session is not getting started from router itself.
02-14-2017 10:11 PM
What happens if you try:
copy flash:welcome.png http://10.10.10.2:80/
02-14-2017 10:32 PM
Same error
ISR4351-1#copy flash:welcome.png http://@10.10.10.2:80/
Address or name of remote host [10.10.10.2]?
Destination filename [welcome.png]?
Storing http://10.10.10.2:80/welcome.png !
%Error writing http://10.10.10.2:80/welcome.png (I/O error)
ISR4351-1#
10-06-2020 08:04 PM
did you manage to resolve this issue? i am facing the same
04-07-2025 03:47 PM
I did resolve a this issue, on an ISR 1000 series router.
In my case the image was loaded with
boot system flash <image-name>
command, I installed the image with
install add file bootflash:<image-name> activate commit
after that completed I was able to copy the new image from the http server and upgrade the system.
I hope this helps.
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