Path to this page:
Subject: CVS commit: pkgsrc/filesystems/fuse-obexfs
From: Juan Romero Pardines
Date: 2007-05-16 12:32:52
Message id: 20070516103252.DC51221507@cvs.netbsd.org
Log Message:
Initial import of fuse-obexfs-0.8.
FUSE based filesystem using ObexFTP (currently beta).
Actually ObexFS is just a thin layer wrapping a basic ObexFTP
client into FUSE callbacks.
This works well enough on NetBSD/amd64:
$ mount|grep obexfs
puffs:refuse:obexfs on k600i/ type puffs (nosuid, nodev, mounted by juan)
$
$ ls -l k600i/
total 2
drwxr-xr-x 1 juan users 0 Jan 1 1970 Memoria del tel?fono
drwxr-xr-x 1 juan users 0 Jan 1 1970 Memory Stick
$
Files: