One of my client's website that regularly requires updating is quite troublesome because it involves uploading at least 10,000 small files. אחד כי האתר דורש עדכון קבוע של הלקוח שלי הוא די בעייתי כי זה כרוך בהעלאת לפחות 10,000 קבצים קטנים. What I normally do is compress all the files into one single ZIP file, upload and then use DirectAdmin's built-in File Manager to extract it. מה אני עושה בדרך כלל הוא לדחוס את כל הקבצים לתוך קובץ ZIP אחד, יחיד להעלות ולאחר מכן להשתמש DirectAdmin המובנה של מנהל הקבצים כדי לחלץ אותו. I had to do that because when I try uploading a lot of small files, the FTP connection will timeout (TM Net, our Malaysian ISP is to be blamed) but weirdly when I upload a single big file, I can get a constant 40+KBps upload speed and never gets timeout. הייתי חייב לעשות את זה כי כאשר אני מנסה להעלות הרבה קבצים קטנים, חיבור ה-FTP יהיה פסק זמן (נטו TM ISP, מלזיה שלנו היא להאשים) אבל מוזרה כאשר אפשר להעלות קובץ גדול אחד, אני יכול לקבל 40 + קבוע kbps מהירות ההעלאה ולא מקבלת פסק זמן.

Recently I've been very busy and can hardly spend any time to update my client's website. לאחרונה הייתי מאוד עסוק, בקושי יכולה לבלות כל הזמן לעדכן את אתר האינטרנט של הלקוח שלי. So I intend to hand over everything to my client so that I can have more free time to myself. אז אני מתכוון להעביר את הכל אל הלקוחה שלי, כך שאני יכול להיות יותר זמן פנוי לעצמי. Before that, I will have to make sure that everything is in order and the steps to update the website are all written properly in step-by-step order. לפני זה, אני אצטרך כדי לוודא שהכל בסדר ואת הצעדים כדי לעדכן את האתר כל נכתבים כהלכה צעד אחר צעד כדי.

One of the problem that I am facing is I cannot allow my client to use the DirectAdmin's built-in File Manager because my webhosting subscription account is not a reseller type and I cannot create an account for him nor I can give him my existing username and password. אחד של הבעיה, כי אני הוא פונה אני לא יכול לאפשר ללקוח שלי להשתמש DirectAdmin המובנה של מנהל הקבצים כי חשבון המנוי webhosting שלי אינו סוג המשווק ואני לא יכול ליצור חשבון עבור אותו ולא אני לא יכול לתת לו את שם המשתמש הקיים שלי הסיסמה. A normal FTP client can do mostly what a PHP File Manager does except that it cannot command the server to extract an archive file that is already uploaded on the remote server. לקוח FTP נורמלי יכול לעשות בעיקר מה-PHP File Manager אינו אלא שהוא לא יכול לפקד על השרת כדי לחלץ קובץ ארכיון נטען כי היא כבר בשרת מרוחק. Fortunately I am able to install other third party PHP File Manager to replace the DirectAdmin's File Manager. למזלי אני יכול להתקין צד שלישי אחרים PHP File Manager להחליף את DirectAdmin של מנהל הקבצים.

If you do a search on PHP File Manager, there are actually quite a lot that you will find. אם תעשה חיפוש ב-PHP File Manager, יש דווקא די הרבה כי תמצאו. What I am currently using now and I can say that it works is eXtplorer. מה אני משתמשת עכשיו אני יכול לומר שזה עובד היא eXtplorer. It is a free PHP and JavaScript based File Manager that is able to: זה בחינם-PHP ו-JavaScript מבוסס מנהל הקבצים כי הוא מסוגל:

  • Copy & Move Files and Directories by Drag&Drop העתק הזז הקבצים והספריות על ידי Drag & Drop
  • Dynamic Directory Tree with on-demand loading of subdirectories עץ דינמי עם מדריך ב-Loading דרישה של subdirectories
  • Edit Files (with Syntax-Highlighting thanks to EditArea) עריכת קבצים (עם הדגשת תחביר הודות ל-EditArea)
  • Rename, Delete or Create new Files and Directories שינוי שם, מחיקה או יצירת חדש הקבצים והספריות
  • Access Files through FTP or directly (using PHP) to totally overcome permission and file ownership issues גישה לקבצים דרך FTP או ישירות (בעזרת PHP) כדי להתגבר לחלוטין רשות הקובץ סוגיות בעלות
  • Upload or Download files just as you like להעלות או להוריד קבצים בדיוק כמו שאתה אוהב
  • Create and Extract Archives (ZIP, Tar, Tar/GZ, Tar/BZ) צור חלץ ארכיון (ZIP, טאר, טאר / GZ, טאר / BZ)
  • User Management with different permission levels like “View only” or “Edit” and “Admin” משתמש עם ניהול רמות הרשאה שונות כמו "הצג רק" או "ערוך" ו "מנהל"
  • קובץ extplorer חופשי PHP מנהל
    Installation is pretty simple. ההתקנה היא די פשוטה. Just download, extract and then upload to your webserver. פשוט להוריד, לחלץ ואז להעלות לשרת האינטרנט שלך. You will need to allow write access (chmod 777) to /extplorer/ftp_tmp/ folder and /extplorer/config/.htusers.php file. יהיה עליך לכתוב לאפשר גישה (chmod 777) אל / / extplorer ftp_tmp / תיקייה ו / extplorer / config / קובץ .htusers.php. Then just login, right click on the ZIP file and select “Extract Archive”. אז רק כניסה, לחץ לחיצה ימנית על קובץ ה-zip ובחר "חלץ ארכיון". eXtplorer needs at least PHP 4.3 on the server and an up-to-date browser with Javascript enabled to run. eXtplorer זקוקה לפחות PHP 4.3 בשרת up-to-פגישה עם הדפדפן לאפשר Javascript בכדי לרוץ. Do take note that eXtplorer can only extract ZIP, Tar, Tar/GZ and Tar/BZ archives only. האם לשים לב כי eXtplorer יכול רק לחלץ ZIP, טאר, טאר / GZ ו טאר / BZ רק בארכיונים.

    [ [ Download eXtplorer EXtplorer הורד ] ]

    Technorati Tags: Technorati Tags: , , , , , , , ,