diff --git a/VFS-System.md b/VFS-System.md index 7b9a707..a68972f 100644 --- a/VFS-System.md +++ b/VFS-System.md @@ -1,3 +1,5 @@ +> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ **VFS System** + ### VFS Classes Virtual File System. The new VFS Classes are realized via Stream Wrappers. @@ -44,11 +46,17 @@ The native StreamWrapper uses the WebServer User to determine readability and wr The derived classes do use virtual users/group rights derived from known eGroupware users/groups. ### Consequences/Benefits -|| oldvfs || stream wrapper interface || -|| all in memory || done all in chunks || -|| || filter/encoding possible while reading/writing || -|| || SqlFS uses the php pdo interface to access blobs of all possible databases via stream reading/writing (you need to install the pdo extension for php)|| - + + + + + + + + + + +
oldvfs stream wrapper interface
all in memory done all in chunks
filter/encoding possible while reading/writing
SqlFS uses the php pdo interface to access blobs of all possible databases via stream reading/writing (you need to install the pdo extension for php)
### Commandline Interface Commandline interface must be run with root or webserver rights. @@ -90,3 +98,5 @@ An example for a mount list: ``` More options for the URL syntax can be found in the [http://svn.stylite.de/viewvc/egroupware/trunk/phpgwapi/inc/class.filesystem_stream_wrapper.inc.php?view=markup Stream Wrapper Source Code]. + +> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ **VFS System** \ No newline at end of file