blob: dd4d38627a979a6aabf05f633c041a47f599a1f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
This package provides a Virtual File System API, with backends for:
* SQL
* FTP
* Local filesystems
* Hybrid SQL and filesystem
* Samba
* SSH2/SFTP
* IMAP (Kolab)
Reading, writing and listing of files are all supported, and there are both
object-based and array-based interfaces to directory listings.
|