On 4/10/25 18:49, Timothy M Butterworth wrote:
I am trying to copy a Cisco IOS image from a switch so I can push it to another switch.
Sounds like the type of application where I tend to use scp. Would that do the job? Or maybe I misunderstood your question.
needs ssh access on remote device for this to work
push a file from cwd to 169.254.180.65:
me@debian:~$ scp myfile.bin me@169.254.180.65:/home/me/myfile.bin
pull a file from 169.254.180.65 to cwd:
me@debian:~$ scp me@169.254.180.65:/home/me/myfile.bin myfile.bin
-- Titus Newswanger Curtiss WI