Difference between revisions of "Secure Internet Filesystem"

From Linuxnetworks
Jump to: navigation, search
(removed redirects)
m (Reverted edits by 217.26.168.45 (Talk); changed back to last version by 84.188.200.68)
 
(2 intermediate revisions by 2 users not shown)
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 ==

Latest revision as of 00:26, 8 January 2009

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