Download List

Descripción del Proyecto

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

Este lanzamiento permite FTP en modo activo de nuevo (después de romper por el cambio a PycURL) a través de un - ftp-opción de puerto que se puede utilizar para especificar la dirección local a la que el servidor FTP remoto debe abrir una conexión de datos. También añade la sustitución de expresiones regulares para ocultar usuario / contraseña de información integrados en la URL de destino de la salida del programa.
Tags: Major bugfixes
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.

Project Resources