[wp-trac] Re: [WordPress Trac] #9274: Filesystem Class for ftpext
does not perform chmod for directories
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 4 22:47:38 GMT 2009
#9274: Filesystem Class for ftpext does not perform chmod for directories
--------------------------+-------------------------------------------------
Reporter: st3ff3n | Owner: DD32
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 2.8
Component: Plugins | Version: 2.7.1
Severity: normal | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Changes (by DD32):
* keywords: => reporter-feedback
* owner: => DD32
* type: feature request => defect (bug)
* status: new => assigned
* milestone: Unassigned => 2.8
Comment:
I'll look into this.
Can I get some examples however?
So, In short:
* When you connect via FTP, The folders are created as chmod 400 (This
would not be an issue alone to WP, It should happen when you connect via
FTP to the host as well)
* What chmod do you expect the folders to be?
* What chmod are the created files/what do you expect them to be?
* Have you defined FS_CHMOD_DIR / FS_CHMOD_FILE to see if that fixes your
problem?
* Note, You'd define those as such in your wp-config.php file:
{{{define('FS_CHMOD_DIR', 0660);}}}(Note the leading zeo): [10050]
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9274#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list