Failed to connect to FTP Server lawrencesql.db:21
-
I got my domain from nearlyfreespeech and they say I have to enable file uploading by navigating to the wordpress folder and entering this in terminal:
cd wp-content mkdir uploads chgrp web uploads/ chmod 775 uploads/
I also found this page:
https://diegobenna.blogspot.com/2013/07/wordpress-solution-failed-to-connect-to.html
which says to navigate to wordpress on your localhost and put in:
sudo chown -R www-data:www-data *
Here’s the problem:
I can’t navigate to my wordpress. I realize this is a simple problem, but I have no idea how to navigate. It is in /home/public/ (where nearly free speech recommended I post it). So i tried
cd /home/public/
and get terminal telling me there is no such file or directory. I triedls -la
to view all the folders in /home/ and got aroot
and anadmin
option, which means I’m probably looking at my /home/ directory LOCALLY and not on my SERVER. So how do i get to /home/ on my localhost?Thanks!
- The topic ‘Failed to connect to FTP Server lawrencesql.db:21’ is closed to new replies.