My favorite e-book reader app for iOS is KyBook 3. It includes a basic HTTP content server, which allows to download and upload files to mobile device using only local network.
sh
git clone https://github.com/ninedraft/ky-sync.git
cargo install --path ./ky-sync
cargo install ky-sync
| name | description | example | | --------- | ------------------------------- | ------------------------ | | KYSERVER | content server addr with scheme | http://192.168.1.62:8080 | | KYUSER | username | guest | | KY_PASSW | secret password | 12345 |
ky-sync ./local-dir
-- will download files from KyBook device to local-dir
ky-sync
-- will create dir books
and download files here