Hi. I have a question regarding plugins and sFTP. I've been looking around and have seen screenshots where upgrade-plugin page has an option to use sFTP instead of FTP for automatically upgrading plugins. My WordPress does not give me this option. How do I go about turning it on? The server I use requires that I use sFTP.
Any help would be appreciated.
you don't have this?
Connection Type
Connection Type FTP
FTPS (SSL)
when you upgrade a plugin?
hmmm...maybe try sftp.example.com in host field
No. I only see:
Connection Type FTP
What do you mean 'host field' ?
ckelsoe
Member
Posted 2 years ago #
I do not understand why sftp is not supported natively by WordPress. This really diminishes the auto update, plugin install, etc. functionality of a great platform.
stabilpa
Member
Posted 1 year ago #
@gawbul -- Thanks for those links. They had exactly what I needed to enable SFTP plugin updates on my WordPress installations.
Very cool. B-)
---
BTW, looking at what needs to be done for this, it's not WP that doesn't support SFTP, but the standard PHP installation.
You essentially have to install an SSH2 package for PHP (b/c SFTP is file transfer over an SSH connection). Once that's done, WP automatically detects that your PHP is SFTP enabled, and offers that as one of your plugin update options.
@stabilpa. So how did you get that? One of the 2 links is not working anymore...