Subj : src/sftp/sftp.h sftp_client.c sftp_pkt.c sftp_str.c src/syncterm/ssh.c To : Git commit to main/sbbs/master From : Deucе Date : Wed Dec 27 2023 09:40 am https://gitlab.synchro.net/main/sbbs/-/commit/2d953dd85ff2273a99141b29 Modified Files: src/sftp/sftp.h sftp_client.c sftp_pkt.c sftp_str.c src/syncterm/ssh.c Log Message: More refinement and bug fixes... We can now get the path to the users home directory on the remote system. This introduces the use of error fields in the sftpc_state struct, which should allow result-or-error style stuff pretty easily. .