• I could do with some help updating my wordpress site to 3.8.2. The site is hosted on an Amazon ec2 instance, which we connect to through ssh (no password). When we attempted to update we needed an ftp login which we don’t have.

    We have allowed access through ports 20 & 21 and set up an ftp server on the instance, along with setting up a new user.
    However when we attempt to update we get the error “ERROR: There was an error connecting to the server, Please verify the settings are correct.”

    Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Casey Driscoll

    (@caseypatrickdriscoll)

    Hi paulkelly,

    There is no need for all that. If you are running Apache or nginx, all you need to do is make sure those programs have write access to your WordPress directory.

    If you are on a typical Ubuntu LAMP stack it will look something like this.

    cd /srv/www/directory/
    sudo chown -R www-data:www-data .

    or something to that effect.

    I am Linux beginner. I had good success getting my WordPress site on an Amazon ec2 instance following this video: https://www.youtube.com/watch?v=FVZ0zSIQlG0.
    Now I need help logging onto my site with Putty and setting up FTP. I can get on the server with my key to a prompt like [[email protected] ~]$: I cannot get anywhere from here. Does anyone have a guide to installing ftp so I can use something like Filezilla to develop my site. I have my trusty Linux pocket guide ready to assist. Thanks in advance for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘update wordpress on ec2 instance’ is closed to new replies.