A cross-platform application to test and manage BDIX FTP servers.
- Test FTP server connections
- Monitor server response times
- Cross-platform support (Windows, Linux, macOS, Android)
- Modern and intuitive user interface
You can download the latest version for your platform from the Releases page.
- Flutter SDK (latest stable version)
- For desktop builds:
- Windows: Visual Studio with C++ development tools
- Linux: GTK development libraries
- macOS: Xcode
- For Android builds: Android SDK and NDK
- Clone the repository:
git clone https://github.com/FakeErrorX/BDIX-FTP-TESTER.git
cd BDIX-FTP-TESTER
- Get dependencies:
flutter pub get
- Build for your platform:
# For Windows
flutter build windows
# For Linux
flutter build linux
# For macOS
flutter build macos
# For Android
flutter build apk
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.