cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

copying file from linux to router flash with scp

troy.lynch
Level 1
Level 1

I'm trying to figure out how to copy a file from scp on a linux box to flash on my router. I've got scp server configured on the router and can copy the running-config from the router and to the router using the following

scp running-config user@192.168.1.1:running-config

what I'm looking to do is copy files to the flash on the router I tried this

scp filename user@192.168.1.1:/flash/filename

which doesnt work says file does not exist or something like that. Is there a trick or something I'm missing in the path to get it over to the flash drive? Any help would be great.

Thanks

troy

Who Me Too'd this topic