Hi,
I've been experimenting with the scp implementation and noticed it is slower compared to the command line tool scp. In my test, it is 5s to copy with scp, and 15s with SSH.NET. Is this expected? If not, what can I do to improve performance?
Thanks,
Manu
Comments: ** Comment from web user: drieseng **
I've been experimenting with the scp implementation and noticed it is slower compared to the command line tool scp. In my test, it is 5s to copy with scp, and 15s with SSH.NET. Is this expected? If not, what can I do to improve performance?
Thanks,
Manu
Comments: ** Comment from web user: drieseng **
You should get much better results with the SftpClient, but that's no excuse for the bad results with ScpClient.
Can you please submit an issue at https://github.com/sshnet/SSH.NET (we've moved!) ?
Thanks!
Gert