API17:JFTP::restart
From Joomla! Documentation
JFTP::restart
Description
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
JFTP::restart source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::restart
User contributed notes
Code Examples