Projects/KioFuse: Difference between revisions

From KDE TechBase
(New page: {{Template:I18n/Language Navigation Bar|KioFuse}})
 
No edit summary
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|KioFuse}}
{{Template:I18n/Language Navigation Bar|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 [http://fuse.sourceforge.net/ FUSE].
=== Features ===
{| border="1"
! Name !! Description !! Filename
|-
| GetAttr || Permissions, Owner, Group || style="background-color: lightgreen;" | Done
|-
| ReadLink || Determine destination of link || style="background-color: lightgreen;" | Done
|-
| MkNod || Create file || style="background-color:#ffc642;" | Work In Progress
|-
| MkDir || Create a directory || style="background-color:#ff4242;" | Not Started
|-
| UnLink || Remove a symlink || style="background-color:#ff4242;" | Not Started
|-
| RmDir || Remove a directory || style="background-color:#ff4242;" | Not Started
|-
| SymLink || Create a symlink || style="background-color:#ff4242;" | Not Started
|-
| Rename || Rename a file or directory || style="background-color:#ff4242;" | Not Started
|-
| Link || Create a hard link || style="background-color:#ff4242;" | Not Started
|-
| Chmod || Change permissions of a file or directory || style="background-color:#ff4242;" | Not Started
|-
| Chown || Change owner of a file or directory || style="background-color:#ff4242;" | Not Started
|-
| Truncate || Change the size of a file || style="background-color:#ff4242;" | Not Started
|}

Revision as of 04:59, 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 symlink 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