Home
last modified time | relevance | path

Searched full:scp (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php4 * Pure-PHP implementation of SCP.
15 * $scp = new \phpseclib3\Net\SCP('www.domain.tld');
16 * if (!$scp->login('username', 'password')) {
20 * echo $scp->exec('pwd') . "\r\n";
21 * $scp->put('filename.ext', 'hello, world!');
22 * echo $scp->exec('ls -latr');
38 * Pure-PHP implementations of SCP.
42 class SCP extends SSH2 class
47 * @see \phpseclib3\Net\SCP::put()
53 * @see \phpseclib3\Net\SCP::put()
[all …]
H A DSSH2.php4329 …// SCP requires null packets, such as this, be sent. further, in the case of the ssh.com SSH serv…
4719 * for SCP more than anything.
/dokuwiki/.github/workflows/
H A Drelease-build.yml109scp "dokuwiki-${{ needs.build.outputs.file }}.tgz" ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}…
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php294 'sash', 'scp', 'screen', 'sed', 'seq', 'sendmail', 'setfont',