mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 14:04:59 +02:00
Use new compile flag WIN32_VS to add/change logic of sftp client and sftp server codes so that MS Visual Studio 2015 compiler and runtime can be used. opendir(), readdir(), closedir() directory APIs and basename() API of Unix/Linux are implemented in Windows as they are not available in Windows/VisualStudio C-runtime. win32_dirent.c and win32_dirent.h files added as dirent.c and dirent.h are not available in Windows and we do not want to affect mingW/gcc builds for Windows which have those files available.
OpenSSH
Win32 port of OpenSSH
Look at the wiki for help First release announcement is here: OpenSSH for Windows Update - Windows PowerShell Blog - Site Home - MSDN Blogs http://blogs.msdn.com/b/powershell/archive/2015/10/19/openssh-for-windows-update.aspx
Languages
Markdown
100%