Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php81 const RESUME = 4;
2076 * $mode can take an additional two parameters - self::RESUME and self::RESUME_START. These are bitwise AND'd with
2079 * self::SOURCE_LOCAL_FILE | self::RESUME
2082 * self::RESUME with self::RESUME_START.
2084 * If $mode & (self::RESUME | self::RESUME_START) then self::RESUME_START will be assumed.
2086 * $start and $local_start give you more fine grained control over this process and take precident over self::RESUME
2087 * when they're non-negative. ie. $start could let you write at the end of a file (like self::RESUME) or in the middle
2125 //$flags|= ($mode & self::RESUME) ? NET_SFTP_OPEN_APPEND : NET_SFTP_OPEN_TRUNCATE;
2130 } elseif ($mode & (self::RESUME | self::RESUME_START)) {
2202 } elseif ($mode & self::RESUME) {
79 const RESUME = 4; global() define in phpseclib\\Net\\SFTP
[all...]