File Management scripts - Top 4 Download

File Management script downloads

combine

combine is free software, which allows a user to make matches between files, and as a result to make file joins, aggregations, and frequency counts.combine is known to have compiled successfully on GNU/Linux, Mac OS X, and HP-UX systems. ...

SiteDrive

SiteDrive is a bit of PHP scripting that provides file upload and management capability to any server that can run PHP. Imagine a portable storage device that you don't have to carry with you, and that is what SiteDrive can provide to any webmaster wishing to save and manage files remotely. ...

ByteHoard

ByteHoard is a web-based application for remote file storage. Buzzwords aside, this means it allows you to upload and download files from a server via a web interface. It includes thumbnails for images, multiple database support, skinning support, directory support and much more. There are plenty of good FTP GUIs or ...

HandyWap

HandyWap is a PHP/WML application that allows you to manage .torrent downloads. Currenlty, you can start/stop/delete/see status of torrents using a WAP browser. ...

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

Cache file contents to speed access

This class caches the contents of a set of files and avoids reading files repeatedly from disk by holding onto the contents of each file as a list of strings.Some tasks require reading from a set of files in a random manner. Opening and reading files is a time consuming operation ...
Python

PHPFile Manager

phpFileManager is a complete filesystem management tool on a single file. Features: server info, directory tree, copy/move/delete/create/rename/edit/view/chmod files and folders, tar/zip/bzip/gzip, multiple uploads, shell/exec, works on linux/windows. ...

Libra File Manager

Libra File Manager is a PHP Filemanager. It includes User CP, Admin CP, and many basic file creation / modifying tools. It alows user defined themes as well. File Functions include: List, Open, View, Edit, Create, Upload, Rename and Move. User Functions include: Change password, and Change color scheme. Admin Functions include: ...

catenateFilesFactory

catenateFilesFactory script generates a catenateFiles function parameterized for common variations.Catenating (or concatenating) files is a common data processing task, but there are at least three independent binary choices for the functional requirements. This could mean 8 different functions, or one functions with three additional boolean arguments.Binary files are relatively easy to handle. So ...
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 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

Zip and Pickle

This module saves and reloads compressed representations of generic Python objects to and from the disk. ...
Python

Gerstensaft

Gerstensaft is an easy to use graphical oriented frontend for SAFT. It features sending files and directories and provides a history of used addresses.Since it is only a frontend, you'll need the sendfile program installed as well. ...

HAE PHP

HAE is a php-based file system explorer. It provide a user-friendly interface to browse the content of HTTP server, close to desktop environments. ...

HTML files finder

Like the OS's find files program, this script will find all the filtered file on your server directories. Very useful for your website that uses only HTML files. Features:- EASY to use, uses only one file - Edit your filtered file extensions - More safety - Do not need a "dynamic ...

Upload Lite

Upload Lite allows your web site visitors to upload files to any directory on your server. You can set the file types you accept, the maximum size of any one file, have the user redirected to a page of choice after a successful upload, be notified of new uploads and more.Virtually ...

p2pDetect

p2pDetect is a tool for monitoring p2p traffic on a network. It bases its analysis on patterns,known servers, ports, heuristics. Output files are in php format and can be remotely viewed with any web server. ...

Web Package Surfer

Web Package Surfer is a PHP-based package management system that lets you browse, search and administrate a set of files contained in packages that are classified by (possibly nested) categories. WePS is particularly useful for maintaining a repository of downloaded files. ...

Simple File Splitter Combiner module

This module can be used to split any file, text or binary to equal sized chunks. It can also combine the chunks back to recreate the original file.<s. It canOften we need to split big files into many chunks either for saving them to disks, uploading to a web-site or for ...
Python

Rename subdirectories of a directory tree

I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.It would be nicer if someone could suggest an enhanced re.sub(regex, replacement, subject) where I could replace ...
Python