Home
last modified time | relevance | path

Searched refs:remote_file (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php2060 * By default, \phpseclib3\Net\SFTP::put() does not read from the local filesystem. $data is dumped directly into $remote_file.
2064 * Setting $mode to self::SOURCE_LOCAL_FILE will change the above behavior. With self::SOURCE_LOCAL_FILE, $remote_file will
2066 * large $remote_file will be, as well.
2095 * @param string $remote_file
2106 public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = -1, $progressCallback = null)
2112 $remote_file = $this->realpath($remote_file);
2113 if ($remote_file === false) {
2117 $this->remove_from_stat_cache($remote_file);
2132 $stat = $this->stat($remote_file);
2291 put($remote_file, $data, $mode = self SOURCE_STRING, $start = 1, $local_start = 1, $progressCallback = null) global() argument
2561 get($remote_file, $local_file = false, $offset = 0, $length = 1, $progressCallback = null) global() argument
[all...]