Searched refs:remote_file (Results 1 – 1 of 1) sorted by relevance
2097 * @param string $remote_file2108 …public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = … argument2114 $remote_file = $this->realpath($remote_file);2115 if ($remote_file === false) {2119 $this->remove_from_stat_cache($remote_file);2134 $stat = $this->stat($remote_file);2145 $this->remove_from_stat_cache($remote_file);2147 $packet = Strings::packSSH2('s', $remote_file);2280 if (!$this->setstat($remote_file, $attr, false)) {2355 * @param string $remote_file[all …]