Results 1 to 4 of 4

Thread: How to setup isolate users FTP in Linux

  1. #1
    Join Date
    May 2008
    Posts
    95

    How to setup isolate users FTP in Linux

    hi all,

    I want to setup a isolate users FTP in my Linux operating system so that each user can view only their own directory. Is it possible to set this up on Linux ? Does anybody have any ideas regarding this......kindly suggest

    thanks

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to setup isolate users FTP in Linux

    FTP user isolation is a site property, not a server property. It can be turned on or off for each FTP site.
    There are three modes for FTP User Isolation. Each mode enables different levels of isolation and authentication.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: How to setup isolate users FTP in Linux

    If you want users to be able to access their own directories,

    Use
    useradd username -d pathtofiles
    where "-d pathtofiles" will specify that their home directory will be wherever you want their files to go

    If you are running a webserver with default apache settings, you'll want their files to go onto
    /var/www/html/foldername/

  4. #4
    Dr. V Guest

    Re: How to setup isolate users FTP in Linux

    You can configure FTP User Isolation with IIS Manager

    When your FTP server is set to isolate users, all user home directories are located in a two-level directory structure in the FTP site directory (as configured on the FTP home directory property page). The FTP site directory can either reside on the local machine or on a network share.

    Note - You must be a member of the Administrators group on the local computer to perform the following procedure (or procedures), or you must have been delegated the appropriate authority.

    As a security best practice, log on to your computer using an account that is not in the Administrators group, and then use the Run as command to run IIS Manager as an administrator. From the command prompt, type runas /user:administrative_accountname "mmc %systemroot%\system32\inetsrv\iis.msc".

Similar Threads

  1. Replies: 10
    Last Post: 20-01-2012, 08:34 AM
  2. When can we have VID app for Linux/Ubuntu users
    By Rachoor in forum Windows Software
    Replies: 4
    Last Post: 30-12-2011, 02:23 PM
  3. Linux : Users and permissions
    By Inigo in forum Operating Systems
    Replies: 3
    Last Post: 29-12-2010, 05:05 AM
  4. List all users on linux computer
    By LinuxeD in forum Operating Systems
    Replies: 4
    Last Post: 15-09-2009, 05:47 PM
  5. Limit of number of users in linux
    By LinuxeD in forum Operating Systems
    Replies: 3
    Last Post: 06-08-2009, 11:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,253,035.92624 seconds with 17 queries