Skip to content

felixklauke/sansa

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published