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.

2007-12-09 15:19
1.1

Les programmes "Pak" et "pakmerge" ont été modifiés pour flush stdout avant segment de l'impression "fait" les messages vers stderr. ( "Paksplit" et "UPAK" le fait déjà pour les fichiers de sortie.) De cette façon, chaque fois que l'utilisateur voit un segment "done" s'affiche, elle peut être sûre que même le dernier morceau du segment a été passé au noyau via écrire ( ).
Tags: Minor bugfixes
The programs "pak" and "pakmerge" were modified to
flush stdout before printing "segment done"
messages to stderr. ("Paksplit" and "upak" already
did this for output files.) This way, whenever the
user sees a "segment done" message, she can be
sure that even the last chunk of the segment was
passed to the kernel via write().

2006-02-08 08:28
1.0

La version de numérotation a été assaini. Le paquet compile maintenant sous Cygwin (1.5.19-4). La source a été entièrement nettoyé un petit peu en ce qui concerne les identificateurs réservés.
Tags: Minor bugfixes
The version numbering has been sanitized. The
package now compiles on Cygwin (1.5.19-4). The
source has been cleaned up a tiny bit with respect
to reserved identifiers.

2005-09-22 06:03
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.

2005-08-09 09:07
28

L'explication des IDs segment unique a été corrigé dans le fichier README.
Tags: Documentation
The explanation of unique segment IDs has been corrected in the README file.

2005-08-04 02:29
27

Cette version corrige une erreur typographique dans un commentaire et polit le système de compilation pour être un peu plus portable et plus utile.
Tags: Code cleanup
This release fixes a typo in a comment and polishes the build system to be a little bit more portable and useful.

Project Resources