-
This PHP script helps you to open an ZIP archive and extract the contect of the ZIP archive. New files can also be added and then packed again to serve for download without creating files in memory.Requirements:- PHP 3.0 or Higher
-
FtpUpload can list a given local directory and returns the list in an array. File from a local list can also be uploaded to a FTP server. Requirements: PHP 5 or higher
-
Explorer can open a given server side directory and retrieve the list of files and the of directories and store them separate class variables. For each file or directory, it retrieves the name, last modification date, permissions and owner. For files it also retrieves the file size. The list of directories is always sorted by name. The name, file size, ...
-
ubinclude can scan one or more directories for class files with given file name extensions. It checks the file contents to see if they contain the definition of classes, interfaces and sub-classes. ubinclude can include the script file of a given class from the list of scanned directories. A list of already scanned files can be cached to a file ...
-
The PHP FTP extension is used to connect to a specified server and authenticate on behalf of a given user. myFTP can execute several types of operations to manipulate files and directories. Key Features of myFTP:- Get or change the current server work directory- List the contents of the current directory- Create or delete directories- Upload, download and rename files ...
-
Folder Space Folder Quota with Percent Bar can traverse one or more directories recursively to determine the disk space that the contained files occupy. It can generate HTML to display bars that represent the occupied space in percentage relative to a given disk space quota. Several parameters such as the bar height, bar width, axis, name, folder name, colors and ...
-
FTP Client makes use of the PHP FTP extension functions to connect to an FTP server on behalf of a specified user. FTP Client can execute several types of operations like uploading, downloading and deleting files. Requirements: PHP 4.0 or higher
-
webadmin.php is a simple Web-based file manager that is useful for applying changes to a Web account quickly and without FTP access. webadmin.php can show, create, delete, and move files and directories, copy, edit and upload files, help to manage htaccess and htpasswd, and change permissions of files and folders. webadmin.php only consists of one file, and has multi-language support.
-
Arrays containing the matching files or directories at the specified path, are returned.
-
The end of the file is determined and the last line is returned. shagaTail can check if the file was modified since the last time a specific line was added. If shagaTail was changed the class can read the last line again. Requirements: PHP 5 or higher
-
The search is performed on the local file system.
-
Supported actions of jFileDir include create, remove and empty directories, read directory contents, copy and delete files.
-
OOimage can also extract information about an image file.
-
gCache can store cached content in files of a given directory. An OS-independent file locking mechanism is used in order to prevent simultaneous attempts of writing to the same cache file.First gCachechecks whether the cache file exist and has not expired. In that case gCache retrieves the cache content into a class variable. If the cache does not exist or ...
-
TreeIt scans a given directory recursively to retrieve the list of files and sub-directories. It can use caching to avoid the overhead of scanning the directory again in subsequent accesses. Some files and directories may be excluded from scanning.TreeIt can display the directory structure as nested HTML nodes for each directory that is found. The directory entries may be collapsible ...

