Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Fri Mar 17, 2017 5:29 am
- Forum: Web Server
- Topic: WordPress /FTP
- Replies: 17
- Views: 40509
Re: WordPress /FTP
Got an easy fist. Mount public_html and code:
chown admin -R *
or after you ssh to the server ( ssh root@(IPADDRESS))
cd /home/admin/web/domain.tld/public_html/
chown admin -R *
Did this and new themes/plugs all downloaded and installed seamlessly. Did not require me to enter ftp credentials ...
chown admin -R *
or after you ssh to the server ( ssh root@(IPADDRESS))
cd /home/admin/web/domain.tld/public_html/
chown admin -R *
Did this and new themes/plugs all downloaded and installed seamlessly. Did not require me to enter ftp credentials ...