• exec/qnet-ftp.js

    From rswindell@VERT to CVS commit on Thu May 21 23:58:34 2020
    exec qnet-ftp.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv8933

    Modified Files:
    qnet-ftp.js
    Log Message:
    Support the following [qnet-ftp:<hub-id>] keys in the ctrl/modopts.ini:
    - username (over-ride your QWKnet ID)
    - password (use a super long password)
    - address (specific hostname or IP address)
    - port (specify the TCP port number)


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jan 21 16:27:35 2023
    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.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net