zoukankan      html  css  js  c++  java
  • IIS Ftp端口设置

    1、IIS设置Ftp数据端口

    2、在Windows服务中重启Ftp服务

    3、安全组中添加访问规则

    如何安装FTP?

    添加角色IIS,选择上FTP服务

    打开IIS,右击网站,添加FTP站点

    允许访问的指定用户,必须是Windows系统真实存在的用户,为了安全起见,此用户只赋予user组即可,不能赋予远程桌面权限

    如果FTP服务器必须开启防火墙,我们指定客户端连接进来服务端时使用的端口为19000-19010

    防火墙的外部IP地址,是FTP服务端的公网IP

    How to configure a passive FTP port range in Plesk for Windows?

    1. Connect to the server using RDP.

    2. Specify passive FTP port range in IIS Manager:

      2.1. Open Internet Information Service (IIS) Manager:

      • in Windows Server 2008 and 2008 R2: go to Start > Administrative Tools > Internet Information Service (IIS) Manager.

      • in Windows Server 2012 and newer: go to Start > Server Manager > Tools > Internet Information Service (IIS) Manager.

      2.2. In IIS Manager, go to server_hostname > FTP Firewall Support:

      Accessing the menu FTP Firewall Support

      2.3. Specify the passive FTP port range in the field Data Channel Port Range and click Apply to save the changes:

      Setting the passive FTP port range

    3. Restart Microsoft FTP Service:

      3.1. Open the Services snap-in:

      • in Windows Server 2008 and 2008 R2: go to Start > Administrative Tools > Services.

      • in Windows Server 2012 and newer: go to Start > Server Manager > Tools > Services.

      3.2. In the list, select Microsoft FTP Service and click Restart the service:

      Restart Microsoft FTP Service

  • 相关阅读:
    巩固基础前台
    super 、static、final关键字加深记忆哦!还有父子类构造函数调用问题
    java异常了解
    spring粗略整体认识
    java枚举新认识
    泛型集合注意事项
    java反射基础
    对java集合类的认识——基础很重要
    多线程(C++ And POSIX)
    v2代理原理,应用
  • 原文地址:https://www.cnblogs.com/yangyangblog/p/12167205.html
Copyright © 2011-2022 走看看