File Management scripts - Top 4 Download

File Management script downloads

Generic file processor method

Generic file processor method script helps you to manage files. Old LineReader class was thrown to /dev/null - fd will really be exhausted during each call of process(), so a simple method is enough. ...
Python

Iterate over MP4 atoms

This script yields the atoms contained in an MP4 file. Mostly is used for extracting the tags contained in it (artist, title etc) using a convenience class (M4ATags). This script could be implemented as an generator. ...
Python

Versioning file names

This script has the following action: if the specified file exists, it is versioned by appending to the extension a three-digit number, starting with "000".It's pomp;quot;0ake backups of files before you mangle them. A standard way of doing so is to appending to the extension an incremented number. The optional second ...
Python

Dory Navigator

Dory Navigator is a folder and files navigator written in php. It is aimed to be fast, standard compliant, and able to load broad tree structures, and overall to be easy to use. ...

Phile

Phile is a good looking file manager written in PHP, and uses any PEAR supported-database for administration. It runs on any webserver with PHP support. The file manager will be able to cut, copy, paste, rename, delete, create files and lots of features. ...

Recover files from damaged media

Files existing on damaged media (eg old CD-ROMs) are not completely lost. Often, readers will read sectors unreadable in other readers.The "trick" shown by this script is to merge the successful reads from several devices. ...
Python

php directory listing

This is phpdl or pdl, a little php script which makes a directory listing. It shows the inode , file, name (with link), file size, timestamp, permissions, path and directory size. It is styled with some colors. ...

Safely morph a file in place

This script contains a class that enables a client to securely update an existing file, including the ability to make an automated backup version.This code encapsulates the method to safely update files in-place, by first writing to a temporary file and finally renaming the new temporary file to the old filename. This ...
Python

OpenDocumentPHP

OpenDocument is an OASIS standard for storing documents. It is used by OpenOffice, KOffice and many more Office Suites. The target of this project is to give PHP 5 based website developers the opportunity to handle the OpenDocument Format. ...

Automatic explicit file close

This script is a drop in replacement for open() function that automatically explicitly closes the file when its input is exhausted. ...
Python

Helpful 5 liner version of os makedirs

This script contains a function that creates missing directories for a given path and returns a normalized absolute version of the path.If the given path already exists in the filesystem the filesystem is not modified.Otherwise makepath creates directories along the given path using the dirname() of the path. You may append a ...
Python

Relative filepath

This script returns a relative path to the target from either the current directory or an optional base directory. Base can be a directory specified either as absolute or relative to current directory. ...
Python

php files

php files is a simple, yet extremly handy directory browsing script, that allows users to view a representation of what is in certain directories, as well as a virtual ftp browsing >script.pphp files is a n;php files is a neat way to display files and folders. ...

PKZip library for PHP

PKZip library for PHP contains a set of functions to create PKZip (Winzip) files in PHP. ...

Regexplace

This script search and replace files in a directory, recursively. File name and search string can be a regular expression.Execution can be simulated, step by step, and are always shown changed files/lines. ...
Python

z directory

This script is a memory-based directory copier and paster. Pickled Directory objects will contain all data from a directory at path and can be saved in other locations.Once a Directory object has been created, pasting it to another location is ex has beenimple. ...
Python

S3 browser

Amazon S3 is a reasonably priced data storage service. Ideal for off-site backups, archiving and other data storage needs. S3 browser is a server-side PHP application that lets you manage your S3 storage and data in it using a web browser. To use S3 browser you'll need a web server with ...

Quicken QIF file class and conversion

This script contains a simple class to represent a Quicken (QIF) file, and a parser to load a QIF file into a sequence of those classes. ...
Python

siteXplorer

siteXplorer is a very flexible and small PHP and Javascript based file management system for websites with many features. It allows website admins to manage the files on a website as if using windows explorer. ...

Checks for a valid POSIX filename

Checks for a valid POSIX filename script allows you to check for a valid POSIX filename. ...
Python