Lines Matching refs:packSSH2

549         $packet = Strings::packSSH2(
567 $packet = Strings::packSSH2(
587 $packet = Strings::packSSH2(
678 $packet = Strings::packSSH2('ss', 'version-select', "$ver");
856 $this->send_sftp_packet(NET_SFTP_REALPATH, Strings::packSSH2('s', $path));
934 $this->send_sftp_packet(NET_SFTP_OPENDIR, Strings::packSSH2('s', $dir));
1073 $this->send_sftp_packet(NET_SFTP_OPENDIR, Strings::packSSH2('s', $dir));
1099 $this->send_sftp_packet(NET_SFTP_READDIR, Strings::packSSH2('s', $handle));
1494 $packet = Strings::packSSH2('s', $filename);
1520 $attr = Strings::packSSH2('NQ', NET_SFTP_ATTR_SIZE, $new_size);
1557 … Strings::packSSH2('NQ2', NET_SFTP_ATTR_ACCESSTIME | NET_SFTP_ATTR_MODIFYTIME, $atime, $time);
1559 $packet = Strings::packSSH2('s', $filename);
1625 Strings::packSSH2('Nss', NET_SFTP_ATTR_OWNERGROUP, $uid, '');
1650 Strings::packSSH2('Nss', NET_SFTP_ATTR_OWNERGROUP, '', $gid);
1735 $packet = Strings::packSSH2('s', $filename);
1804 $packet = Strings::packSSH2('s', $temp);
1821 $packet = Strings::packSSH2('s', $path);
1855 $this->send_sftp_packet(NET_SFTP_READLINK, Strings::packSSH2('s', $link));
1909 $packet = Strings::packSSH2('ssC', $link, $target, 1);
1927 Strings::packSSH2('ss', $target, $link) :
1928 Strings::packSSH2('ss', $link, $target);
1992 $this->send_sftp_packet(NET_SFTP_MKDIR, Strings::packSSH2('s', $dir) . "\0\0\0\0");
2032 $this->send_sftp_packet(NET_SFTP_RMDIR, Strings::packSSH2('s', $dir));
2145 $packet = Strings::packSSH2('s', $remote_file);
2274 …Strings::packSSH2('NQ2', NET_SFTP_ATTR_ACCESSTIME | NET_SFTP_ATTR_MODIFYTIME, $stat['atime'], $sta…
2372 $packet = Strings::packSSH2('s', $remote_file);
2419 … $packet = Strings::packSSH2('sN3', $handle, $tempoffset / 4294967296, $tempoffset, $packet_size);
2610 $this->send_sftp_packet(NET_SFTP_REMOVE, Strings::packSSH2('s', $temp));
2624 $this->send_sftp_packet(NET_SFTP_RMDIR, Strings::packSSH2('s', $path));
2727 $packet = Strings::packSSH2('sNN', $this->realpath($path), NET_SFTP_OPEN_READ, 0);
2755 $packet = Strings::packSSH2('sNN', $this->realpath($path), NET_SFTP_OPEN_WRITE, 0);
2978 $packet = Strings::packSSH2('ss', $oldname, $newname);