FTP upload has started failing at GoDaddy
-
UpdraftPlus (free) backups to FTP stopped working at GoDaddy on 26th July. The backup on 25th was fine. I’ve spoken with GoDaddy and they say they don’t block external FTP access from their web servers, they’ve even whitelisted the IP address of our external FTP server.
I would have put money on it being a GoDaddy change – they have been migrating customers to new servers recently, PHP versions might have changed and it’s possible they now block unencrypted external FTP access, requiring SFTP which I know the free version of UpdraftPlus doesn’t support.
However, I do notice there is another post on here about FTP problems. I’m going to restore the website to an earlier version as a test – to rule out UpdraftPlus update.
The error message is:
0740.030 (1) PHP event: code E_WARNING: ftp_nb_fput(): php_connect_nonb() failed: Operation now in progress (115)
PHP logs this condition if a firewall blocked your FTP data channel from your webserver to your FTP server (but allowed your FTP control channel). You will need to speak to one or both of the administrators of those two servers to investigate (note that UpdraftPlus support cannot access any more information about the network than this PHP notice gives – talking to the administrators who can access that information is the next step). (line 93, wp-content/plugins/updraftplus/includes/ftp.class.php)
- You must be logged in to reply to this topic.