TinyDisk 1.0 review

Download
by rbytes.net on

TinyDisk is a program from saving and retrieving files from TinyURL and TinyURL-like services such as Nanourl

License: BSD License
File size: 68K
Developer: TinyDisk Team
0 stars award from rbytes.net

TinyDisk is a program from saving and retrieving files from TinyURL and TinyURL-like services such as Nanourl. It overlays a write-once-read-many anonymous, persistent and globally shared filesystem.

Once something is uploaded, only the database admin can delete it. Everyone can read it. No one can know who created it. Think of it as a magical CD-R that gets burned and placed on a network.

TinyDisk is released under the BSD License.

USAGE:

To write a file into a database:

java -jar TinyDisk write [filename] [metafile]

where filename is the file to load and metafile is file that TinyDisk creates to retrieve the file from the database.

To read a file from a database:
java -jar TinyDisk read [metafile]
This will retrieve the file described in metafile from the database

Requirements:
Java Runtime Enviroment (JRE) 1.5 or greater

TinyDisk 1.0 search tags