Subj : src/sftp/sftp_server.c sftp_static.hsrc/sftp/objects.mk sftp.h sftp.vc To : Git commit to main/sbbs/master From : Deucе Date : Sat Jan 20 2024 09:19 pm https://gitlab.synchro.net/main/sbbs/-/commit/530724a4e17256ffb555061d Added Files: src/sftp/sftp_server.c sftp_static.h Modified Files: src/sftp/objects.mk sftp.h sftp.vcxproj sftp_attr.c sftp_client.c sftp_pkt.c Log Message: Start working on the SFTP server code. The server is a lot thinner, with callbacks for each operation. .