Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何从 CodeIgniter FTP 类创建文件到远程 ftp。
我知道目录是如何创建的
$this->ftp->mkdir($path.$name, DIR_WRITE_MODE);
我正在寻找相同的创建文件?
你没有。FTP 代表文件传输协议。最简单的解决方案是创建一个(临时)文件,上传它,然后删除本地文件。