Does Windows Server 2012 R2 have native SFTP support?
Je vois a role `FTP Server` mais it ne say si this includes SFTP.
Le SFTP IIS est-il pris en charge nativement par Windows ?
Re: Le SFTP IIS est-il pris en charge nativement par Windows ?
Microsoft IIS server does pas support SFTP (or SSH) at all, on tout version of IIS ou Windows.
IIS supports secure FTP (FTPS ou FTP over TLS/SSL) though. C'est a différent (incompatible) protocol than SFTP, mais le plus "FTP" clients support les deux SFTP et FTPS.
When setting up an FTPS server, make sure you disable plain (unencrypted) FTP!
See (my) guide on [Installing Secure FTP Server on Windows using IIS](https://winscp.net/eng/docs/guide_windows_ftps_server).
Microsoft recently released [OpenSSH for Windows](https://github.com/PowerShell/Win32-OpenSSH) ([Releases and Downloads](https://github.com/PowerShell/Win32-OpenSSH/releases)). On Windows 10 version 1803 ou newer, you déjà have OpenSSH built-in. On older versions of Windows 10, it can be installed as an optional Windows feature. It can aussi be manually installed on older versions of Windows.
J'ai prepared a guide for setting up [SSH/SFTP server on Windows using this Microsoft build of OpenSSH](https://winscp.net/eng/docs/guide_windows_openssh_server).
IIS supports secure FTP (FTPS ou FTP over TLS/SSL) though. C'est a différent (incompatible) protocol than SFTP, mais le plus "FTP" clients support les deux SFTP et FTPS.
When setting up an FTPS server, make sure you disable plain (unencrypted) FTP!
See (my) guide on [Installing Secure FTP Server on Windows using IIS](https://winscp.net/eng/docs/guide_windows_ftps_server).
Microsoft recently released [OpenSSH for Windows](https://github.com/PowerShell/Win32-OpenSSH) ([Releases and Downloads](https://github.com/PowerShell/Win32-OpenSSH/releases)). On Windows 10 version 1803 ou newer, you déjà have OpenSSH built-in. On older versions of Windows 10, it can be installed as an optional Windows feature. It can aussi be manually installed on older versions of Windows.
J'ai prepared a guide for setting up [SSH/SFTP server on Windows using this Microsoft build of OpenSSH](https://winscp.net/eng/docs/guide_windows_openssh_server).