File Management scripts - Top 4 Download

File Management script downloads

File Unzip

File Unzip is a Python class to extract zip files. It's also written for easy use as a standalone script from the commandline. While there are many ways to add files to a zip archive via python, I have been unable to locate a good solution of extracting those same files ...
Python

FileCloset

FileCloset is an easy-to-use, fast, database-less and lightweight web-based file sharing and managing system using PHP. It supports multiple users, it features a complete interface. ...

FileManager

Use this software to manage files and directories on your webserver or on an FTP server. You can create, rename and delete directories, upload, download, edit, rename and delete files, and change file and directory permissions.FileManager works fine with FTP connections. Please note that if you don't set up an FTP ...

Filetail

This script is a module that allows for reading lines from a continuously-growing file (such as a system log).It handles log files that get rotated/trucated out from under us.This is useful for writing all sorts of log-monitoring scripts. As given, it only provides a line-by-line interface (perfectly reasonable if all you're doing ...
Python

FileVistaControl

FileVistaControl is an ASP.NET user control (.ascx control) which you can add directly to your existing ASP.NET (.aspx) pages. The control renders a user interface similar to "Windows Explorer" within the page and this user interface allows you to view the contents of the predefined root folders and allow complete file ...
ASP.NET

Flexible directory walking

This function walks a directory tree starting at a specified root folder, and returns a list of all of the files (and optionally folders) that match our pattern(s).The standard match our tree function os.path.walk can be confusing, and is difficult to customize. It can also be slow. Here's an alternative that ...
Python

FSlint

FSlint is a utility to find and clean various forms of lint on a filesystem. One form of lint it finds for example is duplicate files. It has both GUI and command line modes. ...
Python

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

Genus

Genus is a simple document management system including categories, check-in, check-out, versioning, category security. Written in PHP and MySQL, files are stored in the database and use a drag-and-drop upload tool. ...

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. ...

GF 3XPLORER

The GF-3XPLORER is a PHP based file management-script. It allows you to manage your homepage without FTP. It includes many functions like: - Create files and folders - Delete file and folders - An editor to change textbased files Changes: - Includes more languages and more functions ...

Ghost

It can be used on any POSIX systems, and it does what developers do manually when editing the /etc/hosts file.It can also flush the cache. ...

GNOME Transfer Manager

GNOME Transfer Manager allows the user to retrieve multiple files from the web. These files can be retrieved in multiple parts and each part retrieved on a separate session that the user is connected to the Internet. This is most useful to users with dialup connections. The program performs these tasks ...

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. ...

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. ...

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

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 ...

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

Iterating through large file like objects

This function provides a simple iterator for the lines of a file-like object. (It also provides a flag for removing/retaining trailing newlines.) I ran into the problem a number of times that I wanted to read-in a very large file-like object (say a GB or two) line by line. This is ...
Python

KLibido

KLibido is a KDE usenet news grabber for Linux.Features: - Automatic joining of multi-part posts - Automatic decoding of posts, using the uudeview library (yEnc supported) or an internal decoder - Multiple servers support, with priorities and fallback if an article fails on a server and is present ...