[wp-trac] [WordPress Trac] #17960: define ("FS_METHOD", "ssh")
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 1 22:27:48 UTC 2011
#17960: define ("FS_METHOD", "ssh")
-----------------------------+-----------------------------
Reporter: didopalauzov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 3.1.4
Severity: normal | Keywords: needs-docs
-----------------------------+-----------------------------
http://codex.wordpress.org/Editing_wp-config.php says, that "ssh" for
"FS_METHOD" is a valid value. Setting FS_METHOD to ssh implies, that wp-
admin/includes/file/get_filesystem_method() returns 'ssh', and wp-
admin/includes/file.php:WP_Filesystem() searches then for the file wp-
admin/includes/class-wp-filesystem-ssh.php, but the file is called class-
wp-filesystem-ssh2.php .
Setting FS_METHOD to ssh2 does work, but FTP and FTPS (SSL) are still
available in the update-webpage.
Moreover, file.php checks if FTP_SSH is defined, but FTP_SSH is nowhere
else mentioned, neither do I find some documentation for it.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17960>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list