Screenshots
Description
One app to serve them all
This app can start a http-server from an android/ios device binding to the port specified by the user (default 8888) and expose a directory from the device specified by the user (default dir /sdcard/Downloads).
Any device connected to the same wifi network and with a web browser, can navigate to the server url or scan the QR code to access the directory exposed
Currently there is no authentication from the app end. The app assumes devices connected to the same wifi network as the user is already authenticated. Do not use the app in a public wifi.
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Write storageCreate and change files on the device storage.
- Read storageRead files on the device storage.
- Full file accessAccess all files on the device.
- Internet accessSend and receive data over the internet.
- Prevent sleepingKeep the device from going to sleep.
- Network stateCheck whether and how the device is connected.
- Phone stateDetect ongoing calls and read device information.
- Run at startupStart automatically after the device is switched on.
Show 2 more permissions
- Foreground serviceKeep running in the background, visible in the status bar.
- flutter_http_server.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments