How to install updatedir
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install updatedir
Lastest release
Introduction
updatedir is a python module which pushes updates from one directory to another. It is intended to automatically handle the transport layer.
As of 0.1, only local update and update over ssh are supported.
The update algorithm is also rather stupid - it just skips any files if the filename already exists. This could be made more sophisiticated, but is beyond my current needs.
News
0.1.1 ---
Release date: 18-Aug-2010
- Added recurisve directory creation for ssh
0.1
Release date: 18-Aug-2010
- Created updatedir module