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/
DSFTP.php2094 * @param string $remote_file
2106 …public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = … argument
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);
2275 if (!$this->setstat($remote_file, $attr, false)) {
2352 * @param string $remote_file
[all …]