甩祸 发表于 2015-5-7 09:14:48

windows 2003 IIS 设置 FTP被动模式

  IIS FTP 将21端口更改为xx123端口;
  更改数据端口:
  cd c:/Inetpub/AdminScripts
  cscript.exe adsutil.vbs set /MSFTPSVC/PassivePortRange "55100-55150"
  这里是开放了 55100-55150 为被动模式的数据端口。
  
  防火墙关掉21和20,开放xx123,55100-55150端口;
  
页: [1]
查看完整版本: windows 2003 IIS 设置 FTP被动模式