ElectroSoldier wrote on 2023-09-28, 02:13:
... I just want to be able to download files on a modern PC write those files to a floppy disk when needed so I can move them over to a retro PC when needed...
Moving files between "modern" system with no floppy and "retro" DOS system can be tricky.
If you are trying to make/move a bootable floppy image, you may want to ZIP it into a smaller movable file, and create the actual floppy on the DOS system.
If your retro system is new enough, it's BIOS may recognize a USB flash drive... You would have to format it there, but modern systems can often access older file systems (don't let it "scan and fix").
A GoTek floppy emulator will let the retro system access "floppies" stored on a USB stick - I find that image#00 (first one) can be accessed directly in my Win7 system without any additional hardware or software.
Otherwise the nost "compatible" interfaces are Netowrk and Serial.
--
For serial, you can use any TTY program that supports things like Xmodem, Ymodem or Zmodem file transfer. You can also use my DDLINK (see later)
Many of the old programs needed to perform such transfers run under DOS - not a prob. on the DOS system, and DosBox makes then runnable on most modern systems.
--
Network is much faster, but harder to set up... You will need a network interface on the DOS systems. If lucky your mainboard may have one built in, otherwise I keep a box od older ISA and PCI NICs, most of them NE2000 compatibles.
The networking components from WFW can be extracted and run independently under DOS - keep in mind that these older not-secure protocols have be disabled in modern Winblows - but can be enabled.
You can also use Brutmans MTCP to be able to perform FTP transfers.
Both of these will require some install/setup and have to co-exist with other "nodes" on your network.
I perfer my own DDLINK - it doesn't have to be installed or configured on needs only a "crynwar" packet-driver to access the network. It's been discussed in a couple other forums, search "DDLINK" to see more about it.
--
The hardest retro DOS PC I have is a "PoQet PC" - a tiny 8088 laptop with no floppy and CMOS battery-backed-up RAMdrive for main storage. The internal lithum battery is long-dead and I don't use it enough to keep one fresh.
I also don't have the various interface cables to connect to it's proprietary expansion connector - I was able to find it's pinout and make a serial cable.
To test/run stuff on it, I need to use DDLINK which can /Bootstrap itself to a new system over serial ... then I use it to move what I want to the freshly formatted "hard" RAMdrive.
--
The other common interface on retro PCs is parallel - I've not found a good way to move files over LPT with a modern PC, but DDLINK can do it (on a DOS pc, DosBox doesn't support LPT hardware enough to work)...
But parallel transfers are MUCH faster than serial - so sometimes I use another (more connected) retro PC to get larger files on/off less connected ones.