Install OpenSSH SFTP client to Windows 7

2

1

I's there a way to install OpenSSH SFTP client to Windows 7?
I cant seem to find a way anywyere.
Everywhere it's all PuTTY based clients.
Does it exist?

JustAGuy

Posted 2018-11-20T08:59:49.307

Reputation: 141

A Google search on OpenSSH SFTP Windows 7 revealed https://winscp.net/eng/docs/guide_windows_openssh_server as the first item, which mentions OpenSSH-Win64.zip or OpenSSH-Win32.zip .

– K7AAY – 2018-11-21T16:30:45.037

1It also says "Installing SFTP/SSH S-E-R-V-E-R". How did I not think of looking at that link... – JustAGuy – 2018-11-22T01:20:48.337

Answers

1

There's Microsoft Win32-OpenSSH project.

It can be manually installed to any version of Windows.

For client tools, just extract OpenSSH-Win64.zip (or OpenSSH-Win32.zip) anywhere you want. No "installation" is needed.


Note that for Windows 10 version 1803 or newer, OpenSSH is already built-in. On older versions, it's available as an optional Windows feature. Just go to Settings > Apps > Manage optional features and add "OpenSSH client".
It installs to C:\Windows\System32\OpenSSH (and is added to PATH).

Martin Prikryl

Posted 2018-11-20T08:59:49.307

Reputation: 13 764

Ah, you mean this one? https://github.com/PowerShell/openssh-portable. May I ask where can I find the binaries?

– JustAGuy – 2018-11-20T09:35:06.997

I've added a link to my answer. – Martin Prikryl – 2018-11-20T09:37:15.957