01-13-2013 02:30 PM - edited 03-04-2019 06:42 PM
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
Solved! Go to Solution.