Dokan_Library

Dokan Library

Dokan Library

Software product


Dokan (Japanese: ドカン [土管?], "earthen pipe") is a software interface for Microsoft Windows that lets programmers create virtual file systems without writing a kernel-level driver. This is achieved by running file system code in user space while the Dokan kernel driver translates the request for Windows Kernel. It offers compatibility with the FUSE file system by using a wrapper that can be built with Cygwin and MinGW.

Quick Facts Developer(s), Stable release ...

Dokan is free software released under the terms of the LGPL and MIT License.

History

The Dokan project was originally created and maintained by Hiroki Asakawa from 2007 to 2011, up to version 0.6.0. It was hosted on Google Code.[1] Asakawa was supported by a 2006 grant from the Japanese Information-technology Promotion Agency [ja] on a related subject.[2]

Since then it was maintained by the community on a fork called DokanX.[3]

As the development of DokanX slowed in 2014, the French company ISLOG took over with its own fork called Dokany, actively maintained by Adrien Jund (aka "Liryna Stark") and formerly used to be co-maintained by Maxime Chamley. The drivers are now code signed by this company.[4]

Uses

Dokan is particularly useful for writing to a Virtual File System without requiring Windows Kernel knowledge. It gives one the ability to mount a virtual hard drive that contains whatever the developer wants to show, making it an alternative to the professionally developed CBFS Connect library. It can be absolutely virtual using memory like a ramdisk or show remote data like FTP, SSH, Samba, and databases as local storage that can be listed, read, written, and deleted.

Dokan is written in C. It provides bindings in .NET, Java, Ruby, Delphi, and Rust.


References

  1. "Dokan". Google Code Archive. Retrieved 9 January 2020.
  2. "DokanX". GitHub. Retrieved 2015-07-31. Dokanx is a Fork of Dokan 0.6.0
  3. "Dokany". GitHub. Retrieved 2015-07-31. Dokany is a fork of Dokan 0.6.0 with bug fixes, clean change history and updated to build with latest tools.

Example uses


Share this article:

This article uses material from the Wikipedia article Dokan_Library, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.