Projects/KioFuse: Difference between revisions
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
| ReadDir || List files and subdirectories || style="background-color: lightgreen;" | Done | | ReadDir || List files and subdirectories || style="background-color: lightgreen;" | Done | ||
|- | |- | ||
| | | ReleaseDir || Release directory || style="background-color:#ff4242;" | Not Started | ||
|- | |||
| FSyncDir || Synchronize directory contents || style="background-color:#ff4242;" | Not Started | |||
|- | |||
| Init || Initialize filesystem || style="background-color:#ff4242;" | Not Started | |||
|- | |||
| Destroy || Clean up filesystem || style="background-color:#ff4242;" | Not Started | |||
|- | |||
| Access || Check file access permissions || style="background-color:#ffc642;" | Work In Progress | |||
|- | |||
| Create || Create and open a file || style="background-color:#ff4242;" | Not Started | |||
|- | |||
| FTruncate || Change the size of an open file || style="background-color:#ff4242;" | Not Started | |||
|- | |||
| FGetAttr || Get attributes of an open file || style="background-color:#ff4242;" | Not Started | |||
|- | |||
| Lock || Lock a resource || style="background-color:#ff4242;" | Not Started | |||
|- | |||
| UTimeNS || Change the access and mod times in nanoseconds || style="background-color:#ff4242;" | Not Started | |||
|} | |} |
Revision as of 17:22, 30 December 2007
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 |
ReleaseDir | Release directory | Not Started |
FSyncDir | Synchronize directory contents | Not Started |
Init | Initialize filesystem | Not Started |
Destroy | Clean up filesystem | Not Started |
Access | Check file access permissions | Work In Progress |
Create | Create and open a file | Not Started |
FTruncate | Change the size of an open file | Not Started |
FGetAttr | Get attributes of an open file | Not Started |
Lock | Lock a resource | Not Started |
UTimeNS | Change the access and mod times in nanoseconds | Not Started |