How to improve the Performance of FtpWebRequest?

后端 未结 18 1119
忘掉有多难
忘掉有多难 2020-11-28 04:46

I have an application written in .NET 3.5 that uses FTP to upload/download files from a server. The app works fine but there are performance issues:

  1. It take

18条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 05:28

    Single Point of advice:

    LOWER BUFFER/CHUNK-SIZES SIGNIFICANTLY REDUCE PERFORMANCE

    Reason: Many more disk i/o, memory i/o, ftp stream init and many many more factors

提交回复
热议问题