I need to set up an SFTP server on a Windows 2008 Server machine that will be used to recieve large files (~200MB). I need the server to authenticate any users trying to log on, against the company's LDAP / ActiveDirectory.
I have tried to do this with OpenSSH for Windows (AKA SSHWindows) but had no luck. It seems to be possible in Linux by fiddling with the OpenSSH config files, but it does not seem to be possible in SSHWindows.
What (preferably free) software can I use to achieve this?