<div>I'm getting a weird error when I try to sFTP on a CentOS box (which I don't have root access).</div>
<div> </div>
<div>when I run:</div>
<div> </div>
<div>sftp -oPort=990 <a href="mailto:user@host.domain.com">user@host.domain.com</a></div>
<div> </div>
<div>I get the following error, which I suspect is a result of not being in "passive mode" (which works when I use Filezilla on Windows)</div>
<div> </div>
<div>Connecting to <a href="http://host.domain.com">host.domain.com</a></div>
<div>ssh_exchange_identification: Connection closed by remote host<br>Couldn't read packet: Connection reset by peer</div>
<div> </div>
<div>Any suggestions?</div>