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

Wireless Optimal Setup

Have multiple access point using the same SSID for best handover Stagger channels 1, 6,…

Windows 2016: NIC Teaming

Assumptions OS: Microsoft Windows Server 2016 Network Switch: Cisco Nexus 9000 NX-OS with dual supervisors,…

PowerShell: Remove A-record in Bluecat

$bluecatUri='https://bluecat.kimconnect.com/Services/API' $bluecatUsername='bluecat-service-api' $bluecatPassword='SOMECOMPLEXPASSWORD' $hostRecord='testrecord.kimconnect.com' function loginBluecat{ param( $username, $password, $uri ) $proxy = New-WebServiceProxy -Uri…