Releases: drweb86/dotnet-ftps-server
Releases · drweb86/dotnet-ftps-server
2026.06.12
Changes
- Android app is self-signed. Previously it was preventing installation of it to Android.
- Naming of build artefacts was improved.
Bug Fixes
- Android: prevent sleep during server running.
2026.05.31
New Features
- Android app.
Changes
- UI: Update some libraries.
2026.05.19
New Features
- UI: add more languages.
Changes
- UI: Update some libraries.
2026.04.20
Bug Fixes
- Library: On non-english locales dates were recorded encorrectly in List command, so users might see empty folders.
- Fix application crash on F12 press.
- Ubuntu: for specified certificate UI was not refreshing checkbox.
New Features
- Library: Possibility to implement own file system.
- UI: Add some languages.
- UI: add github actions for publishing
Changes
- Library: code simplification.
- Upgrade Avalonia to V12.
- Library will fail on attempt of unencrypted transfer.
2025.01.11
New Features
- Localized to Russian, Spanish (Español), Chinese Simplified (简体中文), German (Deutsch), Japanese (日本語), Portuguese Brazilian (Português do Brasil), Korean (한국어) languages.
2025.12.26
New Features
- Linux: Add UI application.
Installation on Ubuntu
Open terminal, paste
wget -O - https://raw.githubusercontent.com/drweb86/dotnet-ftps-server/master/scripts/ubuntu-install.sh | bash