I have added the following lines to my wp-config.php
/** added ftp login credentials */
define(‘FTP_HOST’, ‘ftp.newsletter.company-inc.com’);
define(‘FTP_USER’, ‘username’);
define(‘FTP_PASS’, ‘password’)
I get the following error.
Failed to connect to FTP Server http://ftp.newsletter.company-inc.com:21