Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixklauke/sansa
Fast and minimalistic but high performance FTP Server focusing on effective on the fly exchange of files and high data throughput.
https://github.com/felixklauke/sansa
ftp high java lightweight performance protocol sansa server
Last synced: 2 months ago
JSON representation
Fast and minimalistic but high performance FTP Server focusing on effective on the fly exchange of files and high data throughput.
- Host: GitHub
- URL: https://github.com/felixklauke/sansa
- Owner: felixklauke
- License: mit
- Created: 2017-07-31T16:58:36.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-23T05:57:09.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:41:06.825Z (8 months ago)
- Topics: ftp, high, java, lightweight, performance, protocol, sansa, server
- Language: Java
- Homepage: http://felix-klauke.de
- Size: 167 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://github.com/d3adspace/constrictor) for networking.
# Build Status
| | Build Status |
|-------------|-------------------------------------------------------------------------------------------------------------------------|
| Master | [![Build Status](https://travis-ci.org/FelixKlauke/sansa.svg?branch=master)](https://travis-ci.org/FelixKlauke/sansa) |
| Development | [![Build Status](https://travis-ci.org/FelixKlauke/sansa.svg?branch=dev)](https://travis-ci.org/FelixKlauke/sansa) |# Installation / Usage
**Maven repositories**
```xml
klauke-enterprises-maven-releases
Klauke Enterprises Maven Releases
https://repository.klauke-enterprises.com/repository/maven-releases/
klauke-enterprises-maven-snapshots
Klauke Enterprises Maven Snapshots
https://repository.klauke-enterprises.com/repository/maven-snapshots/
```