How to improve the Performance of FtpWebRequest?

后端 未结 18 1120
忘掉有多难
忘掉有多难 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:18

    Look at this page - http://www.ietf.org/rfc/rfc959.txt

    It says of using different port when connecting to be able to reuse the connection.
    Does that work?

提交回复
热议问题