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
- Host: GitHub
- URL: https://github.com/bearsampp/module-xlight
- Owner: Bearsampp
- License: gpl-3.0
- Created: 2024-06-06T18:08:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T08:56:07.000Z (6 months ago)
- Last Synced: 2026-03-02T13:37:30.412Z (5 months ago)
- Size: 1.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[](https://github.com/bearsampp/module-xlight/releases/latest)

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).