作用是给一个文件重命名。请给出原文件名/路径和新的文件名/路径。// 将文件 green.html 重命名为 blue.html
$this->ftp->rename('/public_html/foo/green.html', '/public_html/foo/blue.html');
文章来源:http://cwiki.ossez.com/pages/viewpage.action?pageId=2392153
作用是给一个文件重命名。请给出原文件名/路径和新的文件名/路径。// 将文件 green.html 重命名为 blue.html
$this->ftp->rename('/public_html/foo/green.html', '/public_html/foo/blue.html');
文章来源:http://cwiki.ossez.com/pages/viewpage.action?pageId=2392153