update ftp info in author controller
This commit is contained in:
parent
87705f4acd
commit
bdca71dd45
|
@ -2364,7 +2364,7 @@ class AuthorController extends Zend_Controller_Action
|
|||
// 2. 保存变化记录 save changelog & userid for the latest version
|
||||
$sql = "UPDATE mdversion SET changelog=?,userid=? WHERE id in (select id from mdversion where uuid=? order by ts_created desc limit 1)";
|
||||
$this->db->query($sql,array($changelog,$u_id,$row['uuid']));
|
||||
file_get_contents("http://ftp2.westgis.ac.cn/proftp_upload.php?uuid=".$row['uuid']."&filelist=1");
|
||||
file_get_contents("http://ftp.poles.ac.cn/proftp_upload.php?uuid=".$row['uuid']."&filelist=1");
|
||||
// 3. 保存数据评审状态
|
||||
//导入元数据
|
||||
@$iso->saveDB($this->db);
|
||||
|
@ -2463,7 +2463,7 @@ class AuthorController extends Zend_Controller_Action
|
|||
$uname = 'westdc'.$u_id.'upload';
|
||||
|
||||
//ftp路径
|
||||
$homedir = "/disk1/WestDC/upload/".$uuid."/";
|
||||
$homedir = "/disk4/sanji/upload/".$uuid."/";
|
||||
//ftp用户表
|
||||
$ftptable=' pureftp ';//ftp2.westgis.ac.cn
|
||||
$uid = 1002;
|
||||
|
@ -2479,7 +2479,7 @@ class AuthorController extends Zend_Controller_Action
|
|||
//$old=umask(0);
|
||||
//@mkdir($homedir,0777);
|
||||
//umask($old);
|
||||
$page=file_get_contents('http://ftp2.westgis.ac.cn/proftp_upload.php?uuid='.$uuid);
|
||||
$page=file_get_contents('http://ftp.poles.ac.cn/proftp_upload.php?uuid='.$uuid);
|
||||
if (!empty($page)) die($page);//there are errors in visit ftp page
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue