Subj : exec/qnet-ftp.js To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Jan 21 2023 04:27 pm https://gitlab.synchro.net/main/sbbs/-/commit/add7bab0ddab8d867ab6c754 Modified Files: exec/qnet-ftp.js Log Message: Treat 0-byte QW* files the same as non-existent The SBBS event_thread ignores 0-byte QW* files, so we should here as well (just overwrite them if they exist), otherwise, if 10 0-byte QW* files got created, we would just stop downloading QWK packets indefinitely. Fixes issue reported by deon (ALTERANT) on DOVE-Net. .