|
Project Information
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)
Usagepython 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 |
ExamplesSending 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 resultsEXE file compression rate (55,24%):
LOG file compression rate (93.51%)
|