FtpService.vshost.exe.config
上传用户:xuelanruo
上传日期:2015-04-02
资源大小:163k
文件大小:0k
源码类别:

Ftp服务器

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <add key="IPAddress" value="all" />
  5. <add key="MaxBadCommands" value="30" />
  6. <add key="Port" value="21" />
  7. <add key="MaxThreads" value="100" />
  8. <add key="SessionIdleTimeOut" value="800000" />
  9. <add key="CommandIdleTimeOut" value="60000" />
  10. </appSettings>
  11. </configuration>