![]() |
| ||
| | #1 (permalink) |
| (valid,hassanzadeh) Registered User تاریخ عضویت: May 2007 محل سکونت: shiraz
نوشته: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
|
می خواهم راجع به نصب و راه اندازی ftp به صورت کامل مقاله ای را ارایه بدم . از دوستان عزیزی که در این مورد بتونن کمکم کنن خواهش میکنم که کمکم کنن. برای ارایه این مقاله سه روز بیشتر وقت ندارم. قبلا از همه عزیزانی که منو در به جواب رسیدن سوالاتم یاری دادن کمال تشکر رو دادمک. |
| | |
| | #2 (permalink) |
| (Reza Behroozi) Registered User تاریخ عضویت: Jun 2005 محل سکونت: Shiraz
نوشته: 1,263
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 118
Thanked 203 Times in 143 Posts
|
اول عجله کار شیطون هست.....دوم اینجا برای حل مشکلات هست نه تهیه مقاله برای بر و بچ سوم برای اینکه همشهری هستی و کمکی کرده باشم این اموزش تصویریه که درست کردم شاید به کارت بیاد(اگر این کارت و راه ننداخت و اموزش کاملتری خواستی میتونی یه دونه اموزش سفارش بدی برات درست کنم به اسم خودت!!!) هدف از این آموزش راه اندازی یک 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.
__________________ رضا بهروزی http://admins.ir reza@behroozi.info reza@admins.ir آخرین ویرایش توسط ahuray_mazdaa در 2007-05-29 ساعت 01:54 PM. |
| | |
| | webgard3 (2007-05-29) |
| | #3 (permalink) | |
| (شاهین غرقی) Registered User تاریخ عضویت: Feb 2006 محل سکونت: iran/shiraz
نوشته: 3,503
Groans: 9
Groaned at 23 Times in 20 Posts
Thanks: 148
Thanked 807 Times in 452 Posts
| نقل قول:
| |
| | |
| | #5 (permalink) |
| (مهدی گلپایگانی) Registered User تاریخ عضویت: Dec 2006 محل سکونت: TEHRAN
نوشته: 216
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 22
Thanked 28 Times in 25 Posts
|
من هم نظرم اینه و همین رو توی مبحث ISA مطرح کردم. نمی دونم چیه که هر کس مشکل داره باید بیاد التماس درخواست که آقا ترو جون مادرت کمک کن ، یعنی چی ؟؟؟؟ |
| | |
| | #6 (permalink) |
| (شاهین غرقی) Registered User تاریخ عضویت: Feb 2006 محل سکونت: iran/shiraz
نوشته: 3,503
Groans: 9
Groaned at 23 Times in 20 Posts
Thanks: 148
Thanked 807 Times in 452 Posts
|
تا وقتی همشهری گلمون آقا رضا هست من جسارت نمیکنم.
__________________ Shahin Gharghi Shahin@Admins.ir |
| | |
| | ahuray_mazdaa (2007-05-30) |
![]() |
| ابزارهای موضوع | جستجو در موضوع |
| نحوه نمایش | امتیاز به این موضوع |
| | |||||
موضوعات مشابه | ||||
| مطلب | آغازگر | انجمن | پاسخ | آخرين نوشته |
| Securing the ISA Server Configuration | ben611b | Microsoft ISA Server -ا- | 12 | 2009-02-03 05:13 PM |
| نصب ویندوز از راه دور | shnov | مقالات عمومی شبکه -ا- | 0 | 2008-05-12 07:18 PM |
| You Need to Create a Split DNS! | ben611b | Microsoft ISA Server -ا- | 0 | 2006-09-09 03:49 AM |
| Installing ISA Server 2004 Enterprise Edition – Part 1 – Installing and Configuring t | ben611b | Microsoft ISA Server -ا- | 0 | 2006-09-09 03:32 AM |
| ftp در isa2004 | ali1340 | Microsoft ISA Server -ا- | 1 | 2006-07-25 11:05 PM |