JClientFtp::write
Method to write a string to the FTP server
Signature
public function write(string
$remote,
string
$buffer )
Parameters
-
$remote
- FTP path to file to write to
-
$buffer
- Contents to write to the FTP server
Returns
- boolean
- True if successful