Transfer Speed of Numerous Small Files
When putting files onto a SFTP server with the .NET assembly, what is the expected speed when it comes to small files (1 KB or less)? For example, I had 18 1KB files take around 4 minutes to upload, and that is with multiple Session Tasks running. It seems to vary in the amount of time, but it's generally longer than 2 minutes.
I watched the files process a few times, and it seems like it's 1 file every 10 seconds or so, which feels like a long time, even for small files.
Is there anything I can look at to improve this speed? The files, once uploaded, do get copied to an archive folder, and that does have over 100,000 files in it already if that makes a difference.
Let me know if you need me to provide more information, and I will try to get that to you.
Thanks