Difference between revisions of "Secure Internet Filesystem"

From Linuxnetworks
Jump to: navigation, search
(removed redirects)
(Fixed spelling.)
Line 1: Line 1:
The Secure Internet Filesystem (SIFS) is a Linux file system driver enabling users to mount shared directories of a server over the internet. It implements a transport protocol on top of a [http://en.wikipedia.org/wiki/Ssh SSH] connection to provide an authenticated, encrypted and firewall friendly data transfer. SIFS was develeped as part of my diploma thesis.
+
The Secure Internet Filesystem (SIFS) is a Linux file system driver enabling users to mount shared directories of a server over the internet. It implements a transport protocol on top of a [http://en.wikipedia.org/wiki/Ssh SSH] connection to provide an authenticated, encrypted and firewall friendly data transfer. SIFS was developed as part of my diploma thesis.
  
 
== Short Introduction ==
 
== Short Introduction ==

Revision as of 10:32, 6 September 2007

The Secure Internet Filesystem (SIFS) is a Linux file system driver enabling users to mount shared directories of a server over the internet. It implements a transport protocol on top of a SSH connection to provide an authenticated, encrypted and firewall friendly data transfer. SIFS was developed as part of my diploma thesis.

Short Introduction

Documentation

Download