Projects/KioFuse
KioFuse
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
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 |
Open | Open a file for reading, writing, and/or truncating | Done |
Read | Read the contents of a file | Done |
Write | Write data to a file | Work In Progress |
Truncate | Change the size of a file | Not Started |
StatFS | Get Filesystem Statistics | Not Started |
Flush | Flush cached data | Not Started |
FSync | Synchronize file contents | Not Started |
SetXAttr | Set external attributes | Not Started |
GetXAttr | Get external attributes | Not Started |
ListXAttr | List external attributes | Not Started |
RemoveXAttr | Remove external attributes | Not Started |
OpenDir | Open a directory | Not Started |
ReadDir | List files and subdirectories | Done |
RemoveXAttr | Remove external attributes | Not Started |