API17:JFTP::create
From Joomla! Documentation
JFTP::create
Description
Method to create an empty file on the FTP server.
public function create ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Path local file to store on the FTP server |
- Returns boolean True if successful
- Defined on line 636 of libraries/joomla/client/ftp.php
See also
JFTP::create source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::create
User contributed notes
Code Examples