Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2094 * @param string $remote_file
2112 $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_file
2367 $remote_file = $this->realpath($remote_file);
2368 if ($remote_file === false) {
[all …]