• Hi friends

    Im trying to upload images and do other think’s but i have evertime problems, and when i try to update the wordpress this asking me the access to ftp account.

    I think the other erros or problems i have is all about the ftp access.

    Who i can add in wp-config or other file the ftp access for never have this problems ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • you can add ftp info in wp-config file as a way around.

    `define(‘FS_METHOD’, ‘ftpext’);
    define(‘FTP_BASE’, ‘/var/www/httpdocs/’);
    define(‘FTP_USER’, ‘username’);
    define(‘FTP_PASS’, ‘password’);
    define(‘FTP_HOST’, ‘localhost’);

    confirm FTP_BASE and FTP_host first.

    Thread Starter ferreirex

    (@ferreirex)

    Thanks

    Im trying this, but this server is a little full of troubles..

    :S

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Access to ftp’ is closed to new replies.