HTTP File Server
Changelog
-
1.5.6
- Option to set some managed settings
- Rebind server after connection is briefly lost
- Option to show log in-app
-
1.5.5
- Fixed some bugs related to Android TV
-
1.5.4
- Allow autostart on Android TV
- Serve index files in static mode
- Minor fixes
-
1.5.3
- Fixed loading preferences when started on boot
- Fixed locking taking too long and making some WebDAV clients unusable
-
1.5.2
- Option to add custom headers
- Option to start on boot (only when using loopback interface for now)
-
1.5.1
- Allow sorting in list view
- Minor visual improvements and bug fixes
-
1.5
- PRO: Upload folders via drag&drop
- Export default self-signed CA and import custom certificate
- Option to set username (not mandatory)
- It is now possible to select HOME
- Various other improvements
-
1.4.7
- More features in external storage mode
- Show available storage volumes in directory picker
- Fixed WebDAV being slow and sending large files
-
1.4.6
- New mode with limited features that allows access to external storage
- Apply settings without restarting server
-
1.4.5
- Improved WebDAV support
- Improved selecting root directory
-
1.4.4
- PRO features now available as an in-app purchase
- Option to force download
- Option to override mime type of downloaded files (to trick incompatible browsers)
-
1.4.3: Fixed a vulnerability & minor improvements
-
1.4.2: PRO: Initial release
-
1.4.1
- Static mode (no web UI, WebDAV or /files/ prefix in paths, useful for mobile web developers)
- Fix encoding of some file names
- Fix upload taking long to finish
- Confirm connection via notification
- Target Android 11 (new storage permission)
-
1.4
- Initial implementation of WebDAV (may be buggy)
- Allow selection of loopback interface
- Don’t show keyboard on startup
- Option to export logs to a file
-
1.3.2
- Improved UI on small screens
- Added more file icons
- Fixed some crashes
-
1.3.1
- Allow running on ethernet, not just WiFi
- Option to disable uploading
-
1.3
- Added HTTPS encryption with self-signed certificate
- Reverted to using legacy storage to fix some issues with Android 10
- Added option to refuse incoming connections based on IP address
- Added basic authentication
-
1.2.1
- Improved share activity
- Fixed some issues with Chrome
- Fixed UTF-8 file names
-
1.2
- Added ability to share content from other applications
- Added landscape layout variant
- Added option to cancel upload
-
1.1
- Revamped upload queue UI
- Added options to disable deleting and overwriting
- Using default directory picker on Android 10+ to support scoped storage
- Added a warning about not being connected to WiFi
-
1.0: Initial release