Based server2016 build a simple FTP service

Based server2016 build a simple FTP service

  • > Description: FTP is the Internet's oldest network networking tools, first proposed in 1971 by FTP A KBHUSHAN RFC (RFC114) has nearly half a century, FTP, with its unique advantages the Internet has been the most one of the important, the most widely used service.

    The goal is to improve FTP file sharing, there is provided the use of indirect remote computer, the memory medium is transparent to the user and to transmit data reliably and efficiently. It can operate any type of file without the need for further treatment, the same as Unicode or MIME. However, FTP has extremely high latency, which means that the time between receiving the demand data from the request to start the first time, will be very long; and from time to time have to perform some lengthy login process.
    (Experimental desired image and system software installation package, the link Pickup)
    Link: https://pan.baidu.com/s/1LhZWpzmcP3fvVoZNHziX9w
    extraction code: m55w

Experimental operation: 

  • The first step: New FTP server.
    Enter the Server Manager.
    Based server2016 build a simple FTP service
    Enter the Server Manager, add roles and features.
    Based server2016 build a simple FTP service
    Start adding FTP server.
    Based server2016 build a simple FTP service
    Follow these steps to add an FTP server.
    Based server2016 build a simple FTP service
    Based server2016 build a simple FTP service
    Select the Web server, add functionality.
    Based server2016 build a simple FTP service
    Continue.
    Based server2016 build a simple FTP service
    Based server2016 build a simple FTP service
    In the following Select Role Services FTP server.
    Based server2016 build a simple FTP service
    Confirm the installation server.
    Based server2016 build a simple FTP service
    Server installation is complete.
    Based server2016 build a simple FTP service
  • Step two: the management server.
    Into the IIS Manager.
    Based server2016 build a simple FTP service
    Select Add FTP site.
    Based server2016 build a simple FTP service
    Set the site name, select the physical path.
    Based server2016 build a simple FTP service
    Setup is complete, the next step.
    Based server2016 build a simple FTP service
    IP address binding, SSL is set to None SSL.
    Based server2016 build a simple FTP service
    Setting authentication, and allows user access and permissions settings.
    Based server2016 build a simple FTP service
  • The third step: Authentication access to the FTP service. (FTP services access method, there are three, only two here, File Explorer and access the command prompt access, the third browser access restrictions because of my browser did not do.)
    Turn off the firewall.
    Based server2016 build a simple FTP service
    In the client's file explorer to enter the FTP server IP address.
    Based server2016 build a simple FTP service
    First enter the administrator account and password to verify whether the login.
    Based server2016 build a simple FTP service
    Administrator login fails, because it is not allowed access to user settings.
    Based server2016 build a simple FTP service
    Use setting allows access to user login.
    Based server2016 build a simple FTP service
    Successful login, FTP service settings allow only logged-on user to log on.
    Based server2016 build a simple FTP service
    Using the login prompt, and a series of operations.
    Based server2016 build a simple FTP service
    The downloaded file.
    Based server2016 build a simple FTP service
    Uploaded files.
    Based server2016 build a simple FTP service
  • Step four: anonymous access to the FTP service.
    Set authorization rules.
    Based server2016 build a simple FTP service
    All users access the content, select Read permission for safety.
    Based server2016 build a simple FTP service
    Set authentication.
    Based server2016 build a simple FTP service
    The anonymous authentication is enabled.
    Based server2016 build a simple FTP service
    Use anonymous access client success.
    Based server2016 build a simple FTP service
    Anonymous access using the command prompt success.
    Based server2016 build a simple FTP service
    Request Filtering Settings.
    Based server2016 build a simple FTP service
    Screening refused .doc file.
    Based server2016 build a simple FTP service
    Add .doc files to the folder is denied.
    Based server2016 build a simple FTP service
    Delete refuse screening.
    Based server2016 build a simple FTP service
    Add .doc file successfully.
    Based server2016 build a simple FTP service

Guess you like

Origin blog.51cto.com/14449541/2426061