Scp push files failes: ash: /usr/libexec/sftp-server: not found

Hi,

I try to push files from my desktop PC to OpenWrt router.
OpenWrt is running dropbear as SSH server.
And scp binary is available:

# which scp
/usr/bin/scp

Can you please advise how to push files to OpenWrt router?

(Pulling files from any client is not an issue, though.)

Try with scp -O (capital 'o') instead.

1 Like

THX WereCatf for sharing this solution.

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