FileZilla can not connect to Windows

2

2

I have a FileZilla software in my Mac, it can connect to the Linux system by 22 port.

but I can not use it connect to Windows Server. With the bellow information:

Status:     Retrying...
Status:     Connecting to 45.204.24.28...
Response:   fzSftp started, protocol_version=8
Command:    open "administrator@45.204.24.28" 22
Error:  Connection refused
Error:  Cannot connect to Server

What should I do for connect it?


EDIT-01

Now I have installed the freeSSHd in Windows Server. but I still can not access.

Error:  authentication failure.
Error:  Fatal error: unable to connect to the server.

aircraft

Posted 2018-10-08T10:28:20.230

Reputation: 456

2Do you have SSH server installed on the Windows Server? – Martin Prikryl – 2018-10-08T10:33:43.440

@MartinPrikryl Can you recommend how to install it. I created a FTP site. but seems I can not access to. – aircraft – 2018-10-08T11:00:54.967

2Please, don't use freeSSHd. It's a crappy software that has not been updated for years. – Martin Prikryl – 2018-10-08T11:08:32.730

Answers

0

Windows does not come with an SSH/SFTP server by default (contrary to e.g. Linux). Adding an FTP site won't help. FTP is not SFTP.


You have to install some SSH/SFTP. Windows 10 have it as an optional component. For older versions of Windows, you have to install some separately.

For that, see:

Martin Prikryl

Posted 2018-10-08T10:28:20.230

Reputation: 13 764