felixklauke / sansa

Fast and minimalistic but high performance FTP Server focusing on effective on the fly exchange of files and high data throughput.

Home Page:http://felix-klauke.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sansa

Sansa is a simple and lightweight FTP Server written in java. Its still under development and is currently nearly useless, but still a cool project for educational use.

Sansa uses constrictor for networking.

Build Status

Build Status
Master Build Status
Development Build Status

Installation / Usage

Maven repositories

<repositories>
    <!-- Klauke Enterprises Releases -->
    <repository>
        <id>klauke-enterprises-maven-releases</id>
        <name>Klauke Enterprises Maven Releases</name>
        <url>https://repository.klauke-enterprises.com/repository/maven-releases/</url>
    </repository>
	
    <!-- Klauke Enterprises Snapshots -->
    <repository>
        <id>klauke-enterprises-maven-snapshots</id>
        <name>Klauke Enterprises Maven Snapshots</name>
        <url>https://repository.klauke-enterprises.com/repository/maven-snapshots/</url>
    </repository>
</repositories>

About

Fast and minimalistic but high performance FTP Server focusing on effective on the fly exchange of files and high data throughput.

http://felix-klauke.de

License:MIT License


Languages

Language:Java 97.9%Language:Dockerfile 2.1%