Filezilla network error: Software caused connection abort

5

2

I have been struggling with a weird situation in the past 2 weeks.

the problem:

I bought wordpress hosting on godaddy and they don't provide cpanel, that's why I am using Filezilla for transferring the files (SFTP) using Windows 10. But it is giving me this error:

Error:  Network error: Software caused connection abort
Error:  File transfer failed
I also tried winSCP, but still have the same problem there too.

Lucky Chugh

Posted 2017-02-15T10:19:32.690

Reputation: 61

1And to better contact godday support, as we are unlikely to help you anyway! – Martin Prikryl – 2017-02-15T13:05:47.800

I solved this by changing my DNS to google: 8.8.8.8 – Morten – 2017-08-16T12:04:49.710

Answers

3

Same here, FileZilla to GoDaddy – tried EVERYTHING. Even tested other FTPs I have with other clients and they worked.

Finally, just to see ...

On Windows 10:

ipconfig /flushdns
ipconfig /release
ipconfig /renew
ipconfig /flushdns

Now FileZilla is screaming the files up!

Update: Day after original post above. This fix works for me. Went to FTP once again. Same issue came back. I followed the 4 steps above. Back to normal now.

BMX322

Posted 2017-02-15T10:19:32.690

Reputation: 31

1

I was having this issue, exactly as you describe it. I called godaddy and what they did was flush the cache and permissions on their side. This fixed my issue immediately. The tech on the phone said he's never seen this issue before, so I'm guessing its a newer/uncommon bug... but who knows.

I'd recommend calling them and having them do the same.

JRenn18

Posted 2017-02-15T10:19:32.690

Reputation: 11

0

Try to turn on keep alive commands by checking:

Edit -> Settings -> Connection -> FTP -> FTP keep-alive -> Send FTP keep-alive commands

blissini

Posted 2017-02-15T10:19:32.690

Reputation: 101

1Unlikely to help, as I assume the problem happens during an initial connection. – Martin Prikryl – 2017-02-15T13:06:29.267

0

You may have been blacklisted by trying to connect too many times. Contact hosting provider to check (you can not) and remove your ip from that list. Hope this helps This solution works for GoDaddy.

Lingo

Posted 2017-02-15T10:19:32.690

Reputation: 1

0

I got the same error

Software caused connection abort

From a FTP client perspective, the server was closing my connection after successful authentication, because my ip was no whitelisted in the ftp server cloud provider.

After whitelisting my public IP, I could connect to FTP server succesfully.

jmojico

Posted 2017-02-15T10:19:32.690

Reputation: 101