var fDesc=new Array(); fDesc[0] = "Our SSH server supports all desktop and server versions of Windows, 32-bit and 64-bit, from Windows XP SP3 and Windows Server 2003, up to the most recent – Windows 10 and Windows Server 2019.

Bitvise SSH Server includes the following:

SFTP server: Secure file transfer using SFTP - compatible with a wide variety of clients
SCP server: Secure file transfer using SCP - compatible with command line and graphical clients
FTPS server: Secure file transfer using FTP over TLS/SSL - compatible with secure FTPS clients
SSH server: Secure remote access via console - vt100, xterm and bvterm are supported
Secure remote access via GUI - Remote Desktop or WinVNC required
Secure, effortless Git integration
Secure TCP/IP connection tunneling (port forwarding)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }