Cygwin SFTP server works fine with WinSCP, but Linux client shows "connection reset by peer"

0

Using Cygwin, I configured an SFTP server on a Windows 7 machine. I can use WinSCP for file transferring from another Windows machine, but when I try to log in to the machine from a Linux machine it doesn't work. It comes with an error saying “connection reset by peer”.

I am not sure what to do to get it working. If anyone could help me out, it would be much appreciated.

Stranger

Posted 2015-08-12T14:13:16.787

Reputation: 1

Which command are you using from Linux? – Arjan – 2015-08-12T15:30:46.943

Which ftp server is running? What do it s logs tell you? – alk – 2015-08-12T17:25:22.263

on the terminal I run "sftp <accountname>@<hostname> – Stranger – 2015-08-13T07:30:34.390

No answers