JClientFtp::store
Method to store a file to the FTP server
Signature
public function store(string
$local,
[string
$remote = null] )
Parameters
-
$local
- Path to local file to store on the FTP server
-
$remote
- FTP path to file to create
Returns
- boolean
- True if successful