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: 4I03F2lod **
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: 4I03F2lod **
Indeed I switched to sftp which provides a way to sync directories and is definitely much faster. I'll fill the issue over at github.
Thanks!