I just released v0.0.1 of #httpDOS, a #TLS enabled #webserver for #MSDOS
I just released v0.0.1 of #httpDOS, a #TLS enabled #webserver for #MSDOS
@falken well, I usually need to transfer from modern to retro and not the other way around 🤣
And I have Samba, EtherDFS and HTTP running on my local network for that...
How about setting up some kind of HTTP server and push via HTTP-PUT using the wget from FreeDOS? But that wouldn't be much better than FTP.
Try scoring an USB ZIP-Drive and a parallel one on eBay maybe? 😋
@dec_hl this is incredibly cool!
Going to have a go at compiling it when I get on a computer.
@carbontwelve well, I do mostly cross compile with DJGPP on WSL/Win10 for 32bit. There is a very nice script from jwt27 to build the toolchain:
https://github.com/jwt27/build-gcc
If I happen to do 16bit DOS I use the Windows version of OpenWatcom with the GUI IDE.
@dec_hl ah yes.
The compiler from OpenWatcom is what I ended up using, I'm unsure if there are modern alternatives but it enabled me to build my project and run it on my Toshiba T1200 powered by a 8086
That decision was largely driven by the fact that my 286 machine doesn't boot and I have yet to find the time to dismantle it and find out why. But also I thought it cool being able to compile the same code for it to run on 16bit DOS and Windows 11 with a few compile flags.