Subj : Add initial support for SFTP To : GitLab note in main/sbbs From : Deucе Date : Mon Feb 26 2024 02:11 pm https://gitlab.synchro.net/main/sbbs/-/merge_requests/415#note_4965 I'm using the sftp library (and newifc) to play with library interface concepts before I start hacking up ciolib (or start on a new ciolib replacement). One of those things is planned to be "proper" C++ support instead of having C++ code call C functions... I'm generally becoming more and more of the opinion that extern "C" blocks in C++ code indicate bad choices, and am trying to work out what the alternative good choice looks like. .