• exec/qnet-ftp.js

    From rswindell@VERT to CVS commit on Tue Apr 7 18:14:49 2020
    exec qnet-ftp.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11605

    Added Files:
    qnet-ftp.js
    Log Message:
    A QWKnet-FTP client written in JS, thanks in large part to Deuce's load/ftp.js This needs testing and validation feedback, ASAP, as it's mere existence in
    the exec directory means that it'll usurp qnet-ftp.bin (!) and if it doesn't work, our precious QWKnets will suffer. :-/

    ... Another (rather large) nail in Baja's coffin.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 7 21:45:33 2020
    exec qnet-ftp.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9614

    Modified Files:
    qnet-ftp.js
    Log Message:
    Fix the hard-coded username... whoops.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to rswindell on Wed Apr 8 00:54:36 2020
    Re: exec/qnet-ftp.js
    By: rswindell to CVS commit on Tue Apr 07 2020 21:45:33

    Modified Files:
    qnet-ftp.js
    Log Message:
    Fix the hard-coded username... whoops.

    This message that I'm writing should be delivered to you by qnet-ftp.js. Testes testes testes.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Digital Man@VERT to echicken on Tue Apr 7 22:35:46 2020
    Re: exec/qnet-ftp.js
    By: echicken to rswindell on Wed Apr 08 2020 12:54 am

    Re: exec/qnet-ftp.js
    By: rswindell to CVS commit on Tue Apr 07 2020 21:45:33

    Modified Files:
    qnet-ftp.js
    Log Message:
    Fix the hard-coded username... whoops.

    This message that I'm writing should be delivered to you by qnet-ftp.js. Testes testes testes.

    Rogy rogy.

    digital man

    This Is Spinal Tap quote #15:
    Review on "Shark Sandwich", merely a two word review: "Shit Sandwich".
    Norco, CA WX: 48.1øF, 96.0% humidity, 0 mph SSE wind, 0.83 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Apr 19 17:48:26 2020
    exec qnet-ftp.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv16393

    Modified Files:
    qnet-ftp.js
    Log Message:
    More debug-level log messages (revision of script, "connected to").
    Support modopts.ini sections: [qnet-ftp] and [qnet-ftp:<hub-id>] to allow passive FTP (the default) to be disabled and over-ride the local FTP data-port and network interface (bind host).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • 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