使用scp复制文件到openwrt出现错误ash: /usr/libexec/sftp-server: not found
漳木容
2022年09月06日 20:24
收录于文集
共10篇

问题

使用scp复制文件到openwrt或小米路由器时出现错误

代码块
JavaScript
自动换行
复制代码
$scp config.yaml ax6:/etc/test/config.yaml
ash: /usr/libexec/sftp-server: not found
复制成功

原因

参考资料:

https://forum.openwrt.org/t/ash-usr-libexec-sftp-server-not-found-when-using-scp/125772