Secure file transfer and terminal shell access for Windows
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 11 and Windows Server 2025.
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)
Version 9.63 inadvertently broke compatibility with Windows XP SP3 and Windows Server 2003. Fixed.
Control Panel and Settings:
Versions 9.61 - 9.63 would load and use a previous splitter position even if it was too large for the current window. This could result in a settings window where only the navigation pane was visible. Fixed.
Restoring the SSH Server Control Panel after it's hidden to the system tray should now work better if it was previously displayed on a second monitor that was unplugged.
BvShell:
BvShell now supports command operators && and ||. command1 && command2 executes command2 only if command1 is successful (completes with a zero exit code). command1 || command2 executes command2 only if command1 cannot be executed, or completes with a non-zero exit code.