نمایش نتایج: از شماره 1 تا 1 , از مجموع 1

موضوع: آموزش تصویری راه اندازی Isolated Ftp Site

  1. #1
    عضو انجمن ourweb آواتار ها
    تاریخ عضویت
    Apr 2012
    محل سکونت
    Ahvaz , IR
    نوشته ها
    797
    تشکر تشکر کرده 
    1,327
    تشکر تشکر شده 
    2,889
    تشکر شده در
    1,999 پست

    پیش فرض آموزش تصویری راه اندازی Isolated Ftp Site

    هدف از این آموزش راه اندازی یک Isolated Ftp Site میباشد که هر زمان کاربری با نام و پسورد خود وارد سایت شد بصورت پیش فرض وارد فولدر خودش بشود.
    کلمه Isolate از همین جا میاید که فولدر هر کاربر مجزا از بقیه میباشد.

    در IIS 6.0 سه حالت برای سایتهای FTP وجود دارد :
    1-Do not isolate users - در این حالت هیچ گونه جداسازی صورت نمیگیرد و کلیه کاربران از یک فولدر مشترک استفاده میکنند همانند ورژن های قبلی IIS

    Isolate users-2 - در این حالت کاربران باید در برابر حسابهای کاربری محلی (Local) یا دومین اهراز هویت شوند تا به دایرکتوری خانگی خود که مطابق با نام کاربری آنهاست دسترسی داشته باشند.

    3-Isolate users using Active Directory - در این حالت هویت کابران در برابر Active Directory container متناظر بررسی میشود بجای جستجوی کلیه Active Directory که پروسه ای زمانبر است.

    در این آموزش به راه اندازی FTP سرور در حالت دوم یعنی Isolate users میپردازیم.
    فرض من بر این است که شما از Add/Remove program سرویس FTP را نصب کرده اید.


    MORE INFORMATION

    loadTOCNode(1, 'MoreInformation');IIS 6.0 introduce 3 new modes for ftp site:

    a) Do not isolate users - This mode does not enable FTP user isolation and it work similarly to earlier versions of IIS.

    b) Isolate users - This mode authenticates users against local or domain accounts before they can access the home directory that matches their user name. All user home directories are in a directory structure under a single FTP root directory where each user is placed and restricted to their home directory. Users are not permitted to navigate out of their home directory.

    c) 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. Specific FTP server instances can be dedicated to each customer to ensure data integrity and isolation.

    Note: This article focus on Isolate users in normal mode (b)

    To create a new FTP site that isolates users
    1. In IIS Manager, expand the local computer, right-click the FTP Sites folder, point to New, and click FTP Site.
    2. Provide the required information in the FTP Site Description and IP Address and Port Settings dialog boxes, and click Next.
    3. In the FTP User Isolation dialog box, click Isolate users, and click Next.
    4. In the Path box, type or browse to the directory that contains, or will contain, the site content, and then click Next.
    5. Select the check boxes for the FTP site access permissions you want to assign to your users, and then click Next.
    6. Click Finish.


    To create FTP root-point and user folders
    If users of the local computer log in with their individual account user names, create the subdirectories LocalUser under the FTP site root directory you specified when you creating the FTP site.
    For Example -
    FTP root directory -> D:\MyFTP\
    LocalUser locate at D:\MyFTP\LocalUser

    For individual user, you need to create folder in this format - LocalUser\username
    User: Susan locate at D:\MyFTP\LocalUser\Susan

    If users of different domains log on with their explicit domain\username credentials, create a subdirectory for each domain (by using the name of the domain) under the FTP site root directory you specified when you creating the FTP site.
    For Example -
    Domain Name: Account
    FTP root directory -> D:\MyFTP\
    LocalUser locate at D:\MyFTP\Account

    For individual domain user, you need to create folder in this format - Domain\username
    Domain User: Nancy locate at D:\MyFTP\Account\Nancy


    Anonymous access in isolated ftp site
    If anonymous access is allowed, create the subdirectories LocalUser and LocalUser\Public under the FTP site home directory.


    Note: All user home directories are in a directory structure under a single FTP root directory where each user is placed and restricted to their home directory. Users are not permitted to navigate out of their home directory. If users need access to dedicated shared folders, you can also establish a virtual root.
    کد:

    How To Set Up Isolated Ftp Site
    وب سایت : www.irhosting24.com
    تلگرام : OURWEB@ - تلفن تماس : موبایل : 09999978820

  2. تعداد تشکر ها از ourweb به دلیل پست مفید


  3. # ADS




     

اطلاعات موضوع

کاربرانی که در حال مشاهده این موضوع هستند

در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)

موضوعات مشابه

  1. پاسخ ها: 69
    آخرين نوشته: November 5th, 2016, 22:32
  2. پاسخ ها: 0
    آخرين نوشته: July 16th, 2014, 00:18
  3. پاسخ ها: 2
    آخرين نوشته: December 25th, 2012, 11:50
  4. پاسخ ها: 0
    آخرين نوشته: December 25th, 2012, 02:09
  5. آموزش تصویری راه اندازی وب سرور لینوکس
    توسط afshinh در انجمن مباحث دیگر
    پاسخ ها: 14
    آخرين نوشته: February 26th, 2012, 21:24

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •