When I backup SQL I get this error: 'Backup was aborted because a connection could not be established with the FTP server'
MS SQL
Answer
You will get that error if you do not have TCP/IP enabled on your SQL server (It's disabled by default on SQL server).
Unable TCP/IP in your SQL Server utility and that will fix the problem.