cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7266
Views
0
Helpful
6
Replies

HTTP Copy - I/O Error

Ratnesh Nagori
Cisco Employee
Cisco Employee

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

6 Replies 6

Philip D'Ath
VIP Alumni
VIP Alumni

Is the web server using HTTP authentication?

What does the web server log say?

I am not getting any logs on server. It seems session is not getting started from router itself.

What happens if you try:

copy flash:welcome.png http://10.10.10.2:80/

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#

did you manage to resolve this issue? i am facing the same

Gardar
Level 1
Level 1

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.