Subj : src/sbbs3/answer.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Mar 02 2024 03:48 pm https://gitlab.synchro.net/main/sbbs/-/commit/ccce5a7c40c325f3e0628fe1 Modified Files: src/sbbs3/answer.cpp Log Message: Initialize sbbs_t::client and call client_on() as expected for logins See sbbs_t::logon() for example Note: the client.protocol is still "SSH" here (not "SFTP"). Perhaps that should be changed? Does any client actually support simultaneous "SSH" and "SFTP" sessions over the same socket? .