• exec/load/ftp.js

    From deuce@1:103/705 to CVS commit on Thu Apr 9 21:33:08 2020
    exec/load ftp.js 1.14 1.15
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv1435/load

    Modified Files:
    ftp.js
    Log Message:
    If we get a 125 response, ensure the socket is, in fact, connected.



    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Thu Apr 9 23:47:02 2020
    exec/load ftp.js 1.15 1.16
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17518/load

    Modified Files:
    ftp.js
    Log Message:
    Some fixes:
    1) Fix ACCT command
    2) RMD response is 250, not 221
    3) When sending a file, throw an exception if a 226 response is not received
    4) Before sending a command, if there is data available on the socket,
    log an error (don't throw an exception).



    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Thu Apr 9 23:56:46 2020
    exec/load ftp.js 1.16 1.17
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv21913/load

    Modified Files:
    ftp.js
    Log Message:
    Support response code 120 (expected delay) during connection.


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Fri Apr 10 00:11:18 2020
    exec/load ftp.js 1.17 1.18
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv24166/load

    Modified Files:
    ftp.js
    Log Message:
    Fix some bugs, parse continuations more strictly...

    For example, this is a valid single response:
    220-I'm so clever
    221 Yes, yes I am
    220 So very clever



    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Apr 10 20:20:52 2020
    exec/load ftp.js 1.18 1.19
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv5560

    Modified Files:
    ftp.js
    Log Message:
    Move the Unexpected data warning thing so it only happens if there was a command to send.


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)