JFTP::restart
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFTP::restart[edit]
Description[edit]
Method to restart data transfer at a given byte.
public function restart ($point)
Parameter | Type | Default | Description |
---|---|---|---|
$point | int | Byte to restart transfer at |
- Returns boolean True if successful
- Defined on line 610 of libraries/joomla/client/ftp.php
See also[edit]
JFTP::restart source code on BitBucket
Class JFTP
Subpackage Client
- Other versions of JFTP::restart
User contributed notes[edit]
Code Examples[edit]