Download List

專案描述

Batchput transfers files from a local directory,
matching the regex you specify, to a URL (FTP, FTPS, SFTP, HTTP, HTTPS, or anything else supported by PycURL). Written in Python, it is primarily intended to transfer "incoming" files continually to another host by being called regularly from crontab or similar. It focuses on doing this safely and efficiently by using per-directory locking to avoid collisions between different batchput
processes, allowing configuration of notification
in case of error (email by default, but can be any
shell command/script/program), and moving
transferred files to a local backup location where
they can be archived or simply deleted.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-03-16 17:34 Back to release list
0.9.3

This release allows active mode FTP again (after breaking it by switching to PycURL) through an --ftp-port option that can be used to specify the local address to which the remote FTP server should open a data connection. It also adds regex substitution for hiding user/password info embedded in the destination URL from program output.
標籤: Major bugfixes

Project Resources