My favorites | Sign in
Project Home Downloads Wiki
Project Information
Members
Links

Xama v4.0.0

(xamã: shaman in Portuguese) is a file system with magically fast compressed data transference written in Python.

Contents

  • xama.py (system)
  • xama.conf (config file)
  • xama.txt (documentation)

Usage

python xama.py [commands] "file" server [parameters]

Commands and Parameters

Command/Parameter Possible Values Description
SET "file" Send a file to file system server.
GET "file" Get a file from file system server.
--type tcp|udp Connection level type. Example: --type=tcp
--alg none|zlip Compression algorithm to use. Example: --alg=zlib

Examples

Sending file and using zlib as compression algorithm:

python xama.py SET "/home/peretto/MyFile.txt" 192.168.66.66 --alg=zlib

Getting file without compression algorith:

python xama.py GET "MyFile.txt" 192.168.66.66

zlib results

EXE file compression rate (55,24%):

LOG file compression rate (93.51%)

Powered by Google Project Hosting