Posted On September 10, 2020

Filezilla SFTP Connection ‘FATAL ERROR: Network error: Software caused connection abort’

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Filezilla SFTP Connection ‘FATAL ERROR: Network error: Software caused connection abort’

Symptom:

  • fzSftp started, protocol_version=9
    FATAL_ERROR: Network error: Software caused connection abort
    Could Not connect to server

Path to resolution:

  • Ensure that the correct port was used
  • Run test-netconnection $computername -port $portNumber to verify that port and network route are available
  • Check the firewall. For example, Sonicwall has this feature ‘Remote-Access SSH Generic Protocol Detection’ that would block certain contents.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Check TCP Connections of Server by Port Numbers

# Check-TCP-Connections.ps1# This function will output progress onto the console as well as returning a…

PowerShell: Check if a HostName is Resolvable on All Internal DNS Servers

# Check if servername is resolvable at all DCs$serverName="MIGRATED-SHERVER" function checkDns{ param( $serverName, $dnsServers=(Get-ADDomainController -Filter…

Function to Import PortQry (a Systernal Utility)

Update: much adieu about nothing. Run this quick script and ignore the prior jibberish: if…