Subject: CVS commit: src/share/examples/puffs/ssshfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/21/2006 00:54:06
Module Name:	src
Committed By:	pooka
Date:		Tue Nov 21 00:54:06 UTC 2006

Added Files:
	src/share/examples/puffs/ssshfs: Makefile sftp-connect.c sftp-getput.c
	    ssshfs.c

Log Message:
today's fs-in-a-day: quick glue to tie puffs together with openssh
sftp code to accomplish something close to sshfs.  this basically
works, but there are some issues with directory grovelers still,
e.g. so untar won't work.  but it works for browsing mailboxes,
transferring large files, etcetc.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/share/examples/puffs/ssshfs/Makefile \
    src/share/examples/puffs/ssshfs/sftp-connect.c \
    src/share/examples/puffs/ssshfs/sftp-getput.c \
    src/share/examples/puffs/ssshfs/ssshfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.