Renci.SshNet.Common.ScpException: scp: error: unexpected filename

问题描述

最近在调用 Renci.SshNet.ScpClient.Upload(FileInfo fileInfo, String path) 函数时遇到 scp: error: unexpected filename 的报错。

解决办法

查阅资料后发现是Renci.SshNet.dll类库版本太老导致,下载2020.0.0-beta1版本并重新引用后问题解决。

下载连接

https://github.com/sshnet/SSH.NET/releases/tag/2020.0.1

参考资料

https://github.com/sshnet/SSH.NET/issues/744

上一篇:android – 我的应用程序的logcat输出由于其他不需要的输出泛滥logcat而不断消失


下一篇:更新到Android N后,LogCat无法正常工作