Télécharger la liste

Description du projet

Pak transfers multiple, possibly very big, regular files between possibly different hosts you have shell access to. It transmits segment IDs instead of file names and uses on-the-fly Blowfish-CBC encryption while being absolutely restartable with practically no loss of data already transmitted. Encrypted pak streams can be stored in intermediary regular files on untrusted hosts. Several stored pak streams, even truncated ones, can be merged for re-piping without decryption. Integrity is never checked. File offsets of any magnitude are supported via recompilation (the default width is 64 bits). Either UNIX 95 or UNIX 98 conformance is required and sufficient.

Système requise

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.

2005-09-22 06:03 Retour à la liste release
29

Chaque fois que paksplit ferme un fichier de flux, il crée une entrée de journal qui contient le nom du fichier de flux vient de fermer. Le nom de fichier se compose de deux parties: un préfixe et un flux d'identité. Jusqu'à présent, seul le flux d'ID n'a été enregistré, même quand un préfixe a été spécifié sur la ligne de commande. Maintenant à la fois le préfixe et le flux d'identité sont enregistrées, on peut ainsi voir le nom de fichier réel dans le journal, et pas seulement son identité.
Tags: Minor bugfixes
Whenever paksplit closes a stream file, it creates
a log entry which contains the name of the stream
file just closed. The file name consists of two
parts: a prefix and a stream ID. Until now, only
the stream ID was logged, even when a prefix was
specified on the command line. Now both the prefix
and the stream ID are logged, thus one can see the
actual file name in the log, not just its ID.

Project Resources