diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-09 15:37:40 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-09 15:37:40 +0100 |
commit | 62c11fb60ef722c77215357a14465b44b5c7402f (patch) | |
tree | eb930f38dd03ff0d6b5d89084b60c80265a54ec7 | |
parent | c889d127598f5613a49ee713adeb7165f473dbdc (diff) | |
download | libguestfs-62c11fb60ef722c77215357a14465b44b5c7402f.tar.gz libguestfs-62c11fb60ef722c77215357a14465b44b5c7402f.tar.xz libguestfs-62c11fb60ef722c77215357a14465b44b5c7402f.zip |
Note about using FUSE / mountlo code.
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ https://www.redhat.com/archives/fedora-virt/2009-April/msg00114.html We badly need to actually implement the FTP server mentioned in the documentation. +Or: Implement a FUSE-based filesystem. See the FUSE mountlo +project which does something similar, albeit only to single +filesystems: + +http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=150116 + ---------------------------------------------------------------------- BufferIn and BufferOut should turn into <char *, int> and simple |