Projects/KioFuse: Difference between revisions

From KDE TechBase
No edit summary
(fixed mistake(unlink removes hard link, not symlink))
Line 18: Line 18:
| MkDir || Create a directory || style="background-color:#ff4242;" | Not Started
| MkDir || Create a directory || style="background-color:#ff4242;" | Not Started
|-
|-
| UnLink || Remove a symlink || style="background-color:#ff4242;" | Not Started
| UnLink || Remove a hard link || style="background-color:#ff4242;" | Not Started
|-
|-
| RmDir || Remove a directory || style="background-color:#ff4242;" | Not Started
| RmDir || Remove a directory || style="background-color:#ff4242;" | Not Started

Revision as of 06:54, 30 December 2007


KioFuse


KioFuse allows you to mount remote directories into the root hierarchy of your local file system, thereby exposing KDE's advanced access capabilities (SSH, SAMBA/Windows, FTP, TAR/GZip/BZip2) to POSIX-compliant applications such as Firefox, OpenOffice, GNOME apps, shell utilities and more. Another important advantage of KioFuse is that it allows you to arrange the hierarchy of all your remote, archived and compressed files in whichever way makes sense to you.

KioFuse works by acting as a bridge between KDE's KIO filesystem design and FUSE.

Features

Name Description Filename
GetAttr Permissions, Owner, Group Done
ReadLink Determine destination of link Done
MkNod Create file Work In Progress
MkDir Create a directory Not Started
UnLink Remove a hard link Not Started
RmDir Remove a directory Not Started
SymLink Create a symlink Not Started
Rename Rename a file or directory Not Started
Link Create a hard link Not Started
Chmod Change permissions of a file or directory Not Started
Chown Change owner of a file or directory Not Started
Truncate Change the size of a file Not Started