File Management scripts - Top 4 Download

File Management script downloads

Cross Platform Excel Parsing With Xlrd

This script easily extract data from microsoft excel files using this wrapper class for xlrd. The class allows you to create a generator which returns excel data one row at a time as either a list or dictionary. This script is very useful for easily pulling in a variety of excel files without ...
Python

csASPZipFile

This is an ASP component which enables a script to create zip archive files. It also has some functionality for reading and extracting files from zip archives. This component gives a script the ability to build a zip file from files on the server. The resulting archive can be saved on ...
ASP.NET

csFile Download

This is an ASP component which allows the control of file downloads from within an active server page script. Features: - Stream a binary file from anywhere on your server to the browser. - Files can be in directories that are not web shared. - Use ASP to allow ...
ASP.NET

Curses File Manager

Curses File Manager is a curses based filemanager loosely resembling emacs dired mode. ...
Python

CuteFlow

CuteFlow is a webbased document circulation tool. Users are able to define "documents" which are send step by step to every station/user in a list.It's an electronical way for doing (i.e. internal) document circulations.A document can be assembled from input fields that could be filled by the receiver of the document. ...

Decorator

This script defines a "decorator" that, rather than decorating the function, calls it, passing it a file object that it had opened as the first argument.Of course, it makes sure to close the file upon the function's return (or nonreturn) with a try...finally block. One can use this decorator to get ...
Python

Dir lower

This script lowers the case of all the items found in a specified directory. ...
Python

Directory Iterator

This script is an iterator that can be used to walk through directories.This class is intended to provide an iterator version of the os.listdir function. The interesting property of the iterator is that you can control if you want a deep iteration of directories with the 'deep' member.After having returned the path of ...
Python

DirPHP

DirPHP is a tool for: - listing all files in the same directory, color coded alphabetically, - displaying other PHP files' source code and - performing simple file uploads to the directory. No configuration is needed and the script is just a single PHP file. ...

Display an Image from a specified file

This script reads an image file from the filename specified as the first parameter on the command line and displays it on screen. It uses the PIL module so that it can load almost any image file type supported by that module and uses Tkinter to display the image on a ...
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. ...

Downloading a File from the Web

This script reads the contents of a web file and copies them into a local file, named the same as the web file. ...
Python

Dupinator

Point this script at a folder or several folders and it will find and delete all duplicate files within the folders, leaving behind the first file found of any set of duplicates. It is designed to handle hundreds of thousands of files of any size at a time and to do ...
Python

Epiware

Epiware is an open source document management software (DMS ) that includes all the tools an organization needs to safely capture, manage, store, and share documents over the Internet. It is web based system written in PHP and uses MYSQL as the backend. Features: - Manage multiple projects - Calendar ...

EXPOW

EXPOW is a set of PHP scripts that generates directory indexes. It replaces Apache directory autoindexer, or generates indexes "on the fly", with visualization facilities and file managing ability. Viewing features: listing in tables, tree view, frames(optional), intensive css and icon use, image preload, Overlib support to preview thumbs of pictures. ...

Extracting tar gz files in Windows

This script is meant to be used as a commmand line *.tar.gz file extractor. If it fails, then a usage note is given. It may be small, but it can be very useful for some people. Theuseful fofor which this program was written is that Windows does not come with a *.tar.gz ...
Python

Extracting Windows file versions

This is my attempt at extracting the file version information from .dll, .exe, .ocx files etc. on Windows 2000 (should work with others, but I haven't tested it), without resorting to using extensions (i.e. dll functions). Put the code in a file in your PYTHONPATH (such as 'verchecker.py') and say 'from verchecker ...
Python

File Explorer on the Web

FeW (File Explorer on the Web) is a php script that allow users to manage their files via the web. Users can create, delete, rename, zip, upload and download files and directories. Being serverside, makes it easily viewable by light/old browsers. ...

File Extractor

This program is meant to be used to extract *.BMP and *.JPG files from one file that has one or more of these image files stored inside of it. Corruption of the image file is verified manually after the file has been extracted.This program was designed for use with a deleted-file ...
Python

File Subclass

If the 'file' object looks for a '.filename.pkl' file which contains the seek offset of the previous end of the file, then this subclass sets the seek offset to that number before returning the file.On closing the file or StopIteration, it writes the new max offset to this pickle file. ...
Python