RitmarkFS FTP 0.1 review

Download
by rbytes.net on

RitmarkFS is an open source filesystem storage engine for MySQL server

License: GPL (GNU General Public License)
File size: 0K
Developer: Vladimir Kolesnikov
0 stars award from rbytes.net

RitmarkFS is an open source filesystem storage engine for MySQL server. Using this engine you can work with filesystem on the server with SQL queries and MySQL server interface.RitmarkFS is also possible to access raw file contents.

RitmarkFS allows you to access common file attributes such as name, extension, path, size.

To start using RitmarkFS storage engine you have to create a special table.

Table name specifies filesystem mount point. I.e all data under that mount point will be accessible by the specified table name. In the examples above these were c:ritmarktest and /home/your_home_dir respectively. For example if you run a query like

SELECT * FROM `c$$ritmarktest`;

the query result will contain records corresponding to all files under c:ritmarktest recursively.

Requirements:
Java 1.4.2 or later

RitmarkFS FTP 0.1 keywords