• src/sbbs3/ftpsrvr.c main.cpp

    From deuce@VERT to CVS commit on Sunday, March 04, 2018 18:53:55
    src/sbbs3 ftpsrvr.c 1.437 1.438 main.cpp 1.671 1.672
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15727

    Modified Files:
    ftpsrvr.c main.cpp
    Log Message:
    Add FTPS support.

    I wasn't expecting to do this, since SFTP is often viewed as "better", but
    SFTP doesn't have a specification, the implementations don't follow the specification drafts that are out there, and the whole sharing a port between file transfer and terminal server thing is irritating.

    This has only been tested with lftp, but it seems to work.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, January 21, 2024 21:46:07
    https://gitlab.synchro.net/main/sbbs/-/commit/63e2c1f45e1f2c90f51cfac7
    Modified Files:
    src/sbbs3/ftpsrvr.c main.cpp
    Log Message:
    Resolve server_abbrev conflict between terminal and FTP servers

    These should've been static to begin with, like the other servers. Explains why FTP error message are with "term" as the server.

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