One of my client's website that regularly requires updating is quite troublesome because it involves uploading at least 10,000 small files. Un dels lloc web del meu client que regularment requereix l'actualització és bastant molest perquè es tracta de pujar com a mínim 10.000 arxius petits. 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. El que faig normalment és comprimir tots els fitxers en un únic fitxer ZIP, carregar i utilitzar DirectAdmin incorporat en el gestor de fitxers per extreure'l. 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. Vaig haver de fer-ho perquè en intentar carregar una gran quantitat d'arxius petits, la connexió FTP de temps d'espera (TM Net, el nostre proveïdor d'Internet de Malàisia és la culpable), però estranyament quan puc carregar un arxiu gran únic, es pot obtenir un 40 constant + kbps Velocitat de càrrega i mai s'espera.

Recently I've been very busy and can hardly spend any time to update my client's website. Recentment he estat molt ocupat i no pot dedicar temps a l'actualització del lloc web del meu client. So I intend to hand over everything to my client so that I can have more free time to myself. Així que tinc la intenció de lliurar tot al meu client per tal que pugui tenir més temps lliure per a mi. 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. Abans d'això, haurà d'assegurar-se que tot està en ordre i els passos per actualitzar la pàgina web estan escrits correctament en el pas per ordre de pas.

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. Un dels problemes que estic enfrontant és que no puc permetre que el meu client per utilitzar la DirectAdmin integrat a l'Administrador d'arxius, perquè el meu compte de subscripció de webhosting, no és un tipus de distribuïdor i no puc crear un compte per ell, ni li puc donar el meu nom d'usuari i contrasenya. 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. Un client FTP normal pot fer tot el que un gestor de fitxers PHP fa l'excepció que no pot ordenar el servidor per extreure un arxiu històric que ja està carregat al servidor remot. Fortunately I am able to install other third party PHP File Manager to replace the DirectAdmin's File Manager. Afortunadament sóc capaç d'instal lar altres tercers PHP File Manager per substituir l'arxiu de la DirectAdmin Manager.

If you do a search on PHP File Manager, there are actually quite a lot that you will find. Si vostè fa una cerca en PHP File Manager, en realitat hi ha molt que puguis trobar. What I am currently using now and I can say that it works is eXtplorer. El que jo estic fent servir ara i puc dir que funciona és eXtplorer. It is a free PHP and JavaScript based File Manager that is able to: Es tracta d'una lliure de PHP i JavaScript basada en el gestor d'arxius que és capaç de:

  • Copy & Move Files and Directories by Drag&Drop Copiar i moure fitxers i directoris mitjançant Drag & Drop
  • Dynamic Directory Tree with on-demand loading of subdirectories Dinàmica d'arbre de directoris amb el de càrrega de la demanda dels subdirectoris
  • Edit Files (with Syntax-Highlighting thanks to EditArea) Editar fitxers (amb ressaltat de sintaxi, gràcies a editarea)
  • Rename, Delete or Create new Files and Directories Nous arxius Canvia el nom, Eliminar o crear i Directoris
  • Access Files through FTP or directly (using PHP) to totally overcome permission and file ownership issues Accés a arxius via FTP o directament (amb PHP) a solucionar completament el permís i arxiu de qüestions de propietat
  • Upload or Download files just as you like Carregar o descarregar arxius com vostè vulgui
  • Create and Extract Archives (ZIP, Tar, Tar/GZ, Tar/BZ) Crear i Arxius de l'extracte (zip, tar, Tar / GZ, Tar / BZ)
  • User Management with different permission levels like “View only” or “Edit” and “Admin” Gestió d'usuaris amb diferents nivells de permís, com a "Veure només" o "Edita" i "admin"
  • Free File Manager extplorer php
    Installation is pretty simple. La instal lació és força simple. Just download, extract and then upload to your webserver. Només has de descarregar, extreure i després pujar-lo al seu servidor web. You will need to allow write access (chmod 777) to /extplorer/ftp_tmp/ folder and /extplorer/config/.htusers.php file. Vostè haurà de permetre l'accés d'escriptura (chmod 777) a / / extplorer ftp_tmp / carpeta i / extplorer / config /. Htusers.php. Then just login, right click on the ZIP file and select “Extract Archive”. A continuació, només inici de sessió, feu clic dret sobre el fitxer ZIP i seleccionar "Extreu Arxiu". eXtplorer needs at least PHP 4.3 on the server and an up-to-date browser with Javascript enabled to run. eXtplorer necessita com a mínim PHP 4.3 En el servidor i un up-to-data navegador amb JavaScript habilitat per córrer. Do take note that eXtplorer can only extract ZIP, Tar, Tar/GZ and Tar/BZ archives only. Tome nota de que només es pot extreure eXtplorer zip, tar, Tar / GZ i Tar / BZ només els arxius.

    [ [ Download eXtplorer EXtplorer Descarregar ] ]

    Technorati Tags: Etiquetes de Technorati: , , , , , , , ,