Hi,
We use FileServer.Net to setup SFTP server and the upload speed is too slow, only 200~300KB/s. We tried to set settings as below but no improvement. Is there any way to improve the performance?
service.Settings.UseLargeBuffers = true;
service.Settings.ReceiveBufferSize = 128 * 1024 * 1024; //128M
service.Settings.SendBufferSize = 128 * 1024 * 1024;