Home
last modified time | relevance | path

Searched refs:local_start (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2086 * $start and $local_start give you more fine grained control over this process and take precident over self::RESUME
2088 * of one. $local_start could let you start your reading from the end of a file (like self::RESUME_START) or in the
2091 * Setting $local_start to > 0 or $mode | self::RESUME_START doesn't do anything unless $mode | self::SOURCE_LOCAL_FILE.
2099 * @param int $local_start
2106 public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = -1, $progressCallback = null)
2199 if ($local_start >= 0) {
2200 fseek($fp, $local_start);
2201 $size -= $local_start;
2291 put($remote_file, $data, $mode = self SOURCE_STRING, $start = 1, $local_start = 1, $progressCallback = null) global() argument