Monday 16 October 2017

Can I install/update WordPress plugins without providing FTP access?

I am using href="https://en.wikipedia.org/wiki/WordPress" rel="noreferrer">WordPress
on my live server which only uses rel="noreferrer">SFTP using an href="https://en.wikipedia.org/wiki/Secure_Shell" rel="noreferrer">SSH key.



I want to install and upgrade plugins, but it
appears that you are required to enter your FTP login to install the plugins. Is there a
way to install and upgrade plugins by manually uploading the files instead of having
WordPress handle the entire process?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...