Subj : Add initial support for SFTP To : GitLab note in main/sbbs From : Deucе Date : Mon Feb 26 2024 02:21 pm https://gitlab.synchro.net/main/sbbs/-/merge_requests/415#note_4967 This is now set above in the block: ``` if (tnamelen == 5 && strnicmp(tname, "shell", 5) == 0) { shell_login = true; session_channel = cid; } ``` Does that make more sense now? .