Firstly, thanks for your work on this. It's very useful!
I think I've found a bug which seems to occur only with very small downloads. I was trying to download the following file, which was on my local web server:
https://github.com/em00k/next-zxdb-downloader/blob/main/zxdb-dl/zxdb-loader.bas?raw=true
I have a PHP server running locally, with the files from here in the root directory:
https://github.com/em00k/next-zxdb-downloader/tree/main/zxdb-dl
Downloading zxdb-dl.bin to the Next worked fine (81Kb), but downloading zxdb-loader.bas (188b) failed.
The command I used to serve the files was:
php -S 0.0.0.0:8000 -t ./
The command I used to get the file on the Next was:
.http -h 192.168.0.6 -p 8000 -u /zxdb-loader.bas -f zxdb-loader.bas
I see the server return a 200 for the request on my laptop, but http on the Next the fails with "B HTTP read timeout".
I've put the code in a basic program, and retried the download using ON ERROR, but the download never succeeds. The Next is running at 28Mhz, by the way.
I've not experimented to find out what the minimum file size is that will work - that's next on my list.
Let me know if there's anything I can do to help, or if you need any more information.
Firstly, thanks for your work on this. It's very useful!
I think I've found a bug which seems to occur only with very small downloads. I was trying to download the following file, which was on my local web server:
https://github.com/em00k/next-zxdb-downloader/blob/main/zxdb-dl/zxdb-loader.bas?raw=true
I have a PHP server running locally, with the files from here in the root directory:
https://github.com/em00k/next-zxdb-downloader/tree/main/zxdb-dl
Downloading zxdb-dl.bin to the Next worked fine (81Kb), but downloading zxdb-loader.bas (188b) failed.
The command I used to serve the files was:
The command I used to get the file on the Next was:
I see the server return a 200 for the request on my laptop, but http on the Next the fails with "B HTTP read timeout".
I've put the code in a basic program, and retried the download using ON ERROR, but the download never succeeds. The Next is running at 28Mhz, by the way.
I've not experimented to find out what the minimum file size is that will work - that's next on my list.
Let me know if there's anything I can do to help, or if you need any more information.