[wp-trac] [WordPress Trac] #14574: Enable automatic updates without FTP connection using fopen() for direct file access
WordPress Trac
wp-trac at lists.automattic.com
Mon Aug 9 20:13:56 UTC 2010
#14574: Enable automatic updates without FTP connection using fopen() for direct
file access
-----------------------------+----------------------------------------------
Reporter: harvie | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version:
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Hello.
Currently wordpress supports upgrading of plugins, themes, etc... through
FTP connection to website host. but PHP enables upgrading without using
obsolete FTP protocol. You can download the latest version of desired
zip/tarball using copy() and then unzip archive to it's destination. This
can be done only if permissions are set well.
I would like that feature, because i want automatic upgrading using single
click, but i do not want to install FTP server, which i've found useless
and insecure. For example: dokuwiki handles plugin updates this way -
without need for FTP connection.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14574>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list