Move Version 1.0 Web File Transfer Utility What is it? ----------- Move is a tool that allows users to transfer files via the web which are much too big for email. It features quotas, automatic culling of old files, user notification via email, and a simple interface that uses an email metaphor and which makes Move very low friction for users used to sending attachments. Move is beta software. ---------------------- So expect rough edges. Reports of problems are welcome -- send them to . What are the system requirements? --------------------------------- Modern versions of Perl, Apache, MySQL, and CoSign. The Move directory should have ExecCGI enabled and be CoSign protected. How do I install Move? ---------------------- By hand, currently. Do the following. 1) Set up the Move directory. In your Apache configuration, set the Move directory to have ExecCGI enabled. Also, set it to be protected via CoSign. 2) Create the Move database. Run move/sql/move.sql to create the application MySQL tables. Create a MySQL username/password pair for accessing Move. 3) Configure your installation. Edit move/conf/Move.conf with your realm and database connection information. Visit admin.cgi to set your quotas, cull frequency, etc. 4) Enable auto culling. Add move/auto_cull.cgi to your nightly cron jobs. What are the licensing details? ------------------------------- See the included LICENSE.