mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
#18726233 : add passive option for ftp use, (default is to use passive mode)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7314 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d5ff1c4ceb
commit
1fc0517ba2
3 changed files with 11 additions and 1 deletions
|
|
@ -126,7 +126,9 @@
|
|||
$ftp_info = Context::getFTPInfo();
|
||||
$ftp_info->ftp_user = Context::get('ftp_user');
|
||||
$ftp_info->ftp_port = Context::get('ftp_port');
|
||||
$ftp_info->ftp_host = Context::Get('ftp_host');
|
||||
$ftp_info->ftp_host = Context::get('ftp_host');
|
||||
$ftp_info->ftp_pasv = Context::get('ftp_pasv');
|
||||
if(!$ftp_info->ftp_pasv) $ftp_info->ftp_pasv = "N";
|
||||
$ftp_info->sftp = Context::get('sftp');
|
||||
$ftp_info->ftp_root_path = Context::get('ftp_root_path');
|
||||
if(ini_get('safe_mode')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue