1212
GitHub - amazingblue/SSNFS: Simple Secure Network File System - Coming Soon · GitHub
Skip to content

amazingblue/SSNFS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSNFS - A Simple, Secure Network File System

Join the chat at https://gitter.im/SSNFS/Lobby

Why?

The reason I started this project is because currently, there is no network file transfer protocol that is:

  • Secure
  • Robust
  • Easy to setup

For example, in the Linux world there is NFS, but it has no security what-so-ever (without any separate tunneling). In the Windows world, there is Samba. Things are a little better here, but it still has no traffic encryption (by default) and may not be trivial to set up.

The goal

This project's goal is to create a simple way to mount a directory located on a server to one or more clients used the most security conscientious way available.

Progress

  • Read only mode (Completed)
  • Read Write mode (Completed)
  • Configuration (In Progress)
  • Managment interface?

Coding style

This project uses the Google C++ Style Guide, with the exception of using tabs instead of spaces.

Commit Message Template

Please set .git-commit-template.txt as your commit message template and follow the rules. To do so, simply run below command in project root directory:

git config commit.template .git-commit-template.txt

Read this post for more info.

About

Simple Secure Network File System - Coming Soon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 96.7%
  • CMake 2.2%
  • QMake 1.1%