What is FTP user isolation?

Collapse

Unconfigured Ad Widget

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ryan
    Member
    • Jun 2008
    • 96

    What is FTP user isolation?

    FTP user isolation is a solution for Internet service providers (ISPs) and application service providers who want to offer their customers individual FTP directories for uploading files and Web content. FTP user isolation prevents users from viewing or overwriting other users' Web content by restricting users to their own directories. Users cannot navigate higher up the directory tree because the top-level directory appears as the root of the FTP service. Within their specific site, users have the ability to create, modify, and delete files and folders.
    FTP user isolation is a site property, not a server property. It can be turned on or off for each FTP site.
    FTP user isolation supports the following three isolation modes, each of which enables different levels of isolation and authentication:

    Do not isolate users: This mode does not enable FTP user isolation. It is designed to work similarly to earlier versions of IIS.
    Isolate users: This mode authenticates users against local or domain accounts before they can access the home directory that matches their username.
    Isolate users using Active Directory: This mode authenticates user credentials against a corresponding Active Directory container, rather than searching the entire Active Directory, which requires large amounts of processing time.
    Last edited by admin; 08-19-2015, 04:56 AM.
  • Shakeer
    Junior Member
    • Oct 2012
    • 1

    #2
    Re: What is FTP user isolation

    how to config Isolate users using Active Directory

    Comment

    Working...
    X