Subj : src/sbbs3/sftp.cpp To : Git commit to main/sbbs/master From : Deucе Date : Fri Mar 01 2024 08:58 pm https://gitlab.synchro.net/main/sbbs/-/commit/4a6d6672e9efb913cbbebabd Modified Files: src/sbbs3/sftp.cpp Log Message: Don't use _fullpath() to resolve paths... This Win32 function behaves differently on Win32 than *nix, and does not do what we want. Instead, copy the important bits from xpdev, and resolve a TODO. .