How to Allow FTP Users to Access to Out of Home Directory (chroot) Files and Folders איך ה-FTP כדי לאפשר למשתמשים לגשת אל מחוץ הבית ספריות (chroot) קבצים ותיקיות
FTP server service on a host that comes with advanced web hosting package such as VPS (Virtual Private Server), VDS (Virtual Dedicated Server), hybrid server, or dedicated server, regardless of whether it's powered by proftpd, vsftpd, or pure-ftpd, etc., usually been set up and configured by default to restrict and jail the FTP users to have only limited access to files and folders located within their own home directory. שרת FTP על המחשב המארח שירות שמגיע עם חבילת אירוח אתרים מתקדמים כגון VPS (Virtual Private Server), VDS (וירטואלית שרת ייעודי), היברידית Server, או שרת ייעודי, ללא קשר לשאלה האם זה מופעל על ידי proftpd, vsftpd, או טהור-ftpd וכו ', נקבע בדרך כלל מעלה מוגדרת כברירת מחדל כדי להגביל את ה-FTP ו לכלא למשתמשים יש גישה מוגבלת בלבד על קבצים ותיקיות הממוקמים בתוך משלהם Home Directory. The restriction is set by chroot directive where FTP users are locked within chrooted folder, normally their home folder. ההגבלות שהוטלו מוגדר על ידי ה-FTP chroot הוראה שבו משתמשים נעולים בתוך התיקייה chrooted, בדרך כלל תיקיית הבית שלו.
If FTP users need to access or change to another folders out of chrooted home directory, they have to be allowed to access other directories and files by disabling chroot control. אם ה-FTP המשתמשים צריכים גישה או שינוי אחר תיקיות מתוך ספריית chrooted הביתה, הם צריכים להיות רשאים לגשת ספריות וקבצים אחרים השבתת chroot שליטה. Disable chroot will allow FTP users to break out the chroot to go to directory in different location. השבת chroot-FTP יאפשר למשתמשים לשבור את chroot כדי לעבור אל מיקום הספרייה שונים.
To disable chroot cage for FTP users in their home directories, locate the chroot configuration in FTP server configuration file and set the value to “NO”. כדי להשבית את chroot כלוב עבור משתמשי ה-FTP בביתם הספריות, לאתר את chroot תצורת שרת ה-FTP של קובץ התצורה ולהגדיר את הערך "לא". Some directive name and configuration file name with its location for common FTP server software is listed below. חלק הוראה שם ותצורה את שם הקובץ עם מיקום נפוצה היא תוכנת שרת FTP המפורטים להלן.
Pure-FTPd : /etc/pure-ftpd.conf Pure-FTPd: / etc / טהור-ftpd.conf
ChrootEveryone=NO ChrootEveryone = אין
ProFTPd : /etc/proftpd.conf ProFTPd: / etc / proftpd.conf
DefaultRoot ~ (delete this line) DefaultRoot ~ (למחוק את השורה)
VSFTPd : /etc/vsftpd.conf VSFTPd: / etc / vsftpd.conf
chroot_local_user=NO chroot_local_user = אין
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.
Related Articles מאמרים קשורים
- Download Directory Monitor to Track Files Changes in Folders הורד מדריך מעקב אחר כדי לעקוב אחר שינויים קבצים בתיקיות
- Download Simple Directory Analyzer to Examine Folders and Files Details הורד מדריך פשוט מנתח לבחון התיקיות והקבצים פרטים
- Hawkscope Allows Fast Access to Files and Folders with Popup Menu Hawkscope מאפשר גישה מהירה לקבצים או תיקיות עם תפריט של חלונות קופצים
- Simple Tips on How to Setup Favorite Folder Directory in Firefox Web Browsers for Quick File Access פשוט טיפים כיצד ההתקנה מועדף תיקייה Directory ב-Firefox עבור דפדפני אינטרנט מהיר קובץ גישה
- Download Free Folder Guide 1.2 to Speed Up Favorite Folders Access in Windows PC הורד חינם מדריך 1,2 תיקייה כדי להאיץ מועדף תיקיות גישה למחשב ב-Windows
- Password Protect Compressed (zipped) Folders and Hence Your Files and Folders הגנת סיסמה בתיקיות דחוסות (מכווצות) ולכן את הקבצים והתיקיות
- Folder Menu Enables Fast Access to Favorite Folders and Programs תיקייה תפריט מאפשר גישה מהירה מועדף תיקיות ותוכניות
- Add “Empty Folder Contents” To Vista Right Click Context Menu To Delete Files Without Removing Folders הוסף "רוקן את תוכן תיקיית" כדי Vista לחץ נכון הקשר התפריט מחיקת קבצים מבלי להסיר תיקיות
- Add Take Ownership Option To Files and Folders Context Menu in Vista הוסף אפשרות לקחת בעלות על קבצים או תיקיות בתפריט ההקשר Vista
- How to Find and Locate Outlook Personal Folders .PST Files' Folder Location כיצד למצוא ולאתר את Outlook תיקיות אישיות. קבצי pst 'תיקייה מיקום










































April 14th, 2009 17:28 אפריל 14, 2009 17:28
Well טוב
I'm looking for an how to, for create users in ProFTPd without SSH access on linux, i mean, i want create JUST FTP users without any login name in /etc/passwd אני מחפש אופן, ליצור עבור המשתמשים ProFTPd בלי גישה SSH על לינוקס, אני מתכוון, אני רק רוצה ליצור FTP משתמשים הכניסה ללא שם / etc / passwd
April 7th, 2008 18:37 7 באפריל, 2008 18:37
Hi i tried that chroot_local_user=NO היי ניסיתי את זה = לא chroot_local_user
im using vsftpd on ubuntu 7.10 desktop. IM באמצעות vsftpd על שולחן העבודה של Ubuntu 7.10. I changed the conf file like before then restarted the server and from another desktop logged in as a localuser. שיניתי את הקובץ Conf כמו לפני זה מחדש את השרת ואת אחר Desktop נרשם כמשתמש localuser. when i typed ls -l it still only shows that users home directory..Please help im so new to linux כשאני הקלדת ls-l זה עדיין מראה כי רק משתמשים במדריך הביתה .. אנא עזרו IM כך חדש ב-Linux
January 20th, 2008 00:43 ינואר 20, 2008 00:43
http://www.vinno.net/linux/server/chroot-mount-trick http://www.vinno.net/linux/server/chroot-mount-trick
Ops didnt work. מבצעי didn't עבודה. Here it is again: הנה זה שוב: http://www.vinno.net/linux/server/chroot-mount-trick http://www.vinno.net/linux/server/chroot-mount-trick
January 20th, 2008 00:42 ינואר 20, 2008 00:42
You know that you can, mount –bind a directory so users are chroot for security but still allow them to access some more directorys outside their chroot. אתה יודע שאתה יכול, הר-להכפיף ספרייה כך שמשתמשים אינם chroot עבור אבטחה אך עדיין לאפשר להם גישה קצת יותר directorys מחוץ chroot שלהם.
Heres the link to it. Heres את הקישור אליו.