altarofmelektaus wrote on 2025-09-10, 10:09:
[...]
Probably somewhere in the hundreds of megabytes at a time to the large secondary drive I have in this PC, otherwise I'd just use a simple flash drive like I normally do. I want to be able to move entire patched games to it easily without having to take the case apart and plug the hard drive into my main PC. Optical media hasn't been my friend as of late. Mostly don't want to resort to FTP because I was assuming Win9x era struggles a bit with wireless, but maybe there are workarounds. Just finished drywalling the area I have my computer in and I really don't feel like tearing into it and routing any cabling at the moment 🤣
Drywalling an area you already know you're going to be having computers and then not sorting out cabling first? That sounds like a planning fail...
But taking that as a given there are multiple options for wireless networking old computers. TLDR: leonardo's suggestion is best for your use case - get an old router/AP and set it to wireless (client) bridge mode, so it connects to your WiFi and then allows you to hook up other systems (your old stuff) via Ethernet. Cheap or free if you have suitable hardware lying around. Also no more complicated on the vintage PCs than getting Ethernet up and running.
Alternatives:
- find one of the very few WiFi adapters with Win98SE support that also supports WPA2 encryption and hook it up directly to your WiFi network. Won't work on Win95, won't work with >95% of adapters out there; either no Win9x support or no WPA2 support.
- find one of the slightly more common category of adapters with Win9x (or even DOS...) support without WPA2. Run an unsecured guest network for them and connect directly. Not recommended (note that WEP is worse than no security)
- use a PicoGUS or PicoMEM card that has WiFi onboard and exposes it as a generic NE2000 ISA adapter to the host system. Fully secure and pretty foolproof - but the 8b ISA interface isn't going to be any faster than USB 1.1...
- use an ESP32-based modem emulator that you hook up to a serial port. Very authentic, can even give you modem sounds. Downside is that it gives you very authentic 1990s transfer rates as well.
Or depending on wiring you could also consider powerline (over power wiring) or MoCA (over TV coax) to get conncetivity through that wall. MoCA is usually pretty bulletproof and more than fast enough (MoCA 2.5 can saturate a 1GbE link). Powerline varies massively based on country, electrical system and your own wiring. I tend not to recommend, although I have a set in use myself - but that's partly because I need to grok this stuff for work 😉
Archer57 wrote on 2025-09-10, 09:40:
Depends on CPU. AthlonXP 3200+ does full 10MB/s over 100Mb network and i use it from time to time simply because ssh is already there anyway while ftp needs configuration and is not very secure if the server is left always on.
Another reason to run the FTP server on the old system rather than the new one. It's only on when you need it, and there's no vulnerable server ever running on the internet-connected modern system. Additional benefit is that you can use a fast, user friendly client app like FileZilla on a big high-res display instead of mucking around on whatever the vintage system can show (not a huge issue with Win9x, but when you're on CGA, this makes a difference).