An open API service indexing awesome lists of open source software.

https://github.com/bearsampp/module-xlight

Xlight FTP server
https://github.com/bearsampp/module-xlight

Last synced: 5 months ago
JSON representation

Xlight FTP server

Awesome Lists containing this project

README

          

[![GitHub release](https://img.shields.io/github/release/bearsampp/module-xlight.svg?style=flat-square)](https://github.com/bearsampp/module-xlight/releases/latest)
![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-xlight/total.svg?style=flat-square)

This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving Xlight FTP Server.

## Documentation and downloads

https://bearsampp.com/module/xlight

## Building from Source

This module uses a pure Gradle build system. For build instructions, see:

- **Quick Start:** [.gradle-docs/QUICK_START.md](.gradle-docs/QUICK_START.md)
- **Full Documentation:** [.gradle-docs/](.gradle-docs/)

### Quick Build Commands

```bash
# Verify environment
gradle verify

# Build interactively
gradle release

# Build specific version
gradle release -PbundleVersion=3.9.4.6
```

## Issues

Issues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).