Add FTP info to your wordpress site

Sometimes WordPress asking you for ftp details when you are going to add new plugins or themes or going to upgrade. In that case it also restrict you to edit your file or .htaccess file. This problem occur while your WordPress don’t have sufficient or wrong FTP info for accessing your files in server.

To overcome this problem, let your wordpress know about your FTP account by adding those lines in wp-config.php file.

define('FTP_HOST', 'ftp.sitename.com');
define('FTP_USER', 'FTP_Username');
define('FTP_PASS', 'FTP_password');
//*For using SSL Connection set this to true*
define('FTP_SSL', true);

22 thoughts on “Add FTP info to your wordpress site”

  1. This is this kind of a fantastic resource that you are offering and you give it away free of charge. I adore seeing internet sites that understand the worth of offering a top quality resource for free. It?s the outdated what goes about arrives about program.

  2. Wonderful blog! Do you have any suggestions for aspiring writers? I’m planning to start my own blog soon but I’m a little lost on everything. Would you recommend starting with a free platform like WordPress or go for a paid option? There are so many choices out there that I’m totally confused .. Any suggestions? Thanks a lot!

  3. “Hello Is it okay if I go sort of away from the topic? Im tryin to read your post from my brand new Macbook although it wont show correctly (a few of the buttons are pretty much missing), any suggestions? Shall I try to find an fix for my browser or something? Thank you for the help I hope! Tashia x “

  4. I enjoyed your blog. It’s easy to read, the content is good, and you’re an educated writer unlike most of the blogs I come across when searching on this topic. I will check back in the future and see if you have more articles. Thanks for posting this, I appreciate the information and the effort you put into your site.

  5. Excellent post. I was checking continuously this blog and I am impressed! Very helpful information particularly the last part 🙂 I care for such info much. I was seeking this particular information for a long time. Thank you and best of luck.

Leave a Reply