• exec/load/ftp.js

    From rswindell@VERT to CVS commit on Wed May 20 18:56:45 2020
    exec/load ftp.js 1.22 1.23
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv11401

    Modified Files:
    ftp.js
    Log Message:
    Move the telnet-IAC expansion of sent-commands where it will actually have an effect on the sent command (instead of the logged command). Nothing ever sends an FTP command with 0xFF in it, so this should have no effect on anything. Added more details to the exception messages thrown from the cmd() method (include the command that we're trying to send).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon May 5 17:59:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/500a36f35f7f96e0cac7be4a
    Modified Files:
    exec/load/ftp.js
    Log Message:
    Store last received response in 'received_response' property

    For Nelgin's use in exception handler of something that's using this script

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon May 5 18:46:35 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2ae4ad775411ffc825ca88d8
    Modified Files:
    exec/load/ftp.js
    Log Message:
    Add an 8th (!) argument to constructor to allow connect timeout override

    ... for Nelgin

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