Scp to the router with linux terminal

hi,

usually I was on windows with winscp and putty, but now I'm on linux mint, Im now able to use ssh to the router with the terminal, and I'm looking to the same thing to scp. If exemple I want to download a file from my computer to my router in /temp for exemple, do you have an idea?

thanks

man scp is probably a good start

3 Likes
scp filename root@router_ip:/tmp/
4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.