Optimizing for SFTP download speeds #1407
Unanswered
LadderLogic
asked this question in
Q&A
Replies: 1 comment
-
SFTP download speeds are not great. The library has plenty of inefficiencies but perhaps there is a particular bottleneck or suboptimal methodology. It would take a bit of profiling to figure out. You could also compare with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use case requires downloading ~60MB files using SftpClient. I've been tinkering with sftpClient buffer size, but unable to figure out the right optimization. I can download this file in 10 seconds via open ssh shell, but if I do sftpfilestream.ReadAsync it takes about a minute. How do I make the download process faster without fragmenting the large object heap? I have full control over the target linux box
Beta Was this translation helpful? Give feedback.
All reactions