Searched refs:remote_file (Results 1 – 1 of 1) sorted by relevance
2094 * @param string $remote_file2112 $remote_file = $this->realpath($remote_file);2113 if ($remote_file === false) {2117 $this->remove_from_stat_cache($remote_file);2132 $size = $this->stat($remote_file)['size'];2143 $this->remove_from_stat_cache($remote_file);2145 $packet = Strings::packSSH2('s', $remote_file);2352 * @param string $remote_file2367 $remote_file = $this->realpath($remote_file);2368 if ($remote_file === false) {[all …]