[wp-trac] Re: [WordPress Trac] #7940: passive FTP support for
WP_Filesystem_FTPext
WordPress Trac
wp-trac at lists.automattic.com
Sat Oct 25 23:22:41 GMT 2008
#7940: passive FTP support for WP_Filesystem_FTPext
-------------------------+--------------------------------------------------
Reporter: mcs_trekkie | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.7
Component: Upgrade | Version: 2.6.1
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by DD32):
> Is it possible and more sensible to just default all FTP transports to
Passive?
Its definately possible, As for how many hosts will support it.
I say go for Passive, If reports come in before end of beta testing that
previously working FTP connections are now failing, Add the Passive
option, else just default to passive for everything?
From the patch, adding the single line
{{{
82 @ftp_pasv( $this->link, 1 );
}}}
would be enough (though, lets use `true` instead?)
--
Ticket URL: <http://trac.wordpress.org/ticket/7940#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list