Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-23 17:38
0.9.4

Diese Veröffentlichung fügt die Möglichkeit der Speicherung von Nutzername / Passwort in. Netrc-Dateien, um die Sicherheit für die automatisierte Arbeitsplätze (URL-Kodierung zu verbessern, ist nicht mehr erforderlich sind), und hat eine neue Option für die Verwendung von ASCII-Modus übertragen, wenn erforderlich.
Tags: Minor feature enhancements
This release adds the option of storing username/password in .netrc files in order to improve security for automated jobs (URL encoding is no longer needed), and has a new option for using ASCII transfer mode when required.

2007-03-16 17:34
0.9.3

Diese Version ermöglicht aktiven FTP-Modus wieder (nach dem Bruch durch die Umstellung auf pycurl) durch ein - ftp-Port-Option verwendet werden können, um die lokale Adresse angeben, um die Remote-FTP-Server sollte eine Datenverbindung zu öffnen. Es fügt auch regex Ersatz für versteckte Benutzer / Passwort-Info in die Ziel-URL von Programm-Ausgang integriert.
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.

2007-03-15 18:42
0.9.2

Neu geschrieben, um pycurl anstelle von ftplib für die Übertragung, so dass URL Ziele für eine Vielzahl von Protokollen. Andere, weniger wichtige Änderungen gehören eine Option - verbose und die Möglichkeit der Angabe einer einzigen Datei zu übertragen, anstatt eines Verzeichnisses.
Tags: Major feature enhancements
Rewritten to use PycURL instead of ftplib for transfers, allowing URL destinations for a wide range of protocols. Other less important changes include a --verbose option and the possibility of specifying a single file to transfer instead of a directory.

2004-06-18 16:48
0.9.1

Es ist möglich, die Sperre Verzeichnis jetzt angeben, aber es wird um die TEMP-Umgebungsvariable oder default / tmp, wenn die ehemaligen nicht vorhanden ist. Das Backup-Verzeichnis ist nun optional statt ein erforderliches Argument, wenn nicht angegeben, werden die Dateien in das Verzeichnis der Quellen bleiben nach dem Transfer. Es gibt eine neue Option, um Source-Dateien nach der Übertragung zu löschen, wenn das Backup-Verzeichnis deaktiviert ist.
Tags: Minor feature enhancements
It is possible to specify the lock directory now, but it will default to
the TEMP environment variable or /tmp if the former doesn't exist. The
backup directory is now optional instead of a required argument; when
not specified, files will remain in the source directory after transfer.
There is a new option to delete source files after transfer when the
backup directory is disabled.

2004-05-26 22:32
0.9.0

Tags: Initial freshmeat announcement

Project Resources