Home
last modified time | relevance | path

Searched refs:ssh2_exec (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/FileTransfer/
H A DSSH.php58 …if (@!ssh2_exec($this->connection, 'cp -Rp ' . escapeshellarg($source) . ' ' . escapeshellarg($des…
67 if (@!ssh2_exec($this->connection, 'mkdir ' . escapeshellarg($directory))) {
76 if (@!ssh2_exec($this->connection, 'rm -Rf ' . escapeshellarg($directory))) {
85 if (!@ssh2_exec($this->connection, 'rm ' . escapeshellarg($destination))) {
99 if ($output = @ssh2_exec($this->connection, $cmd)) {
116 if ($output = @ssh2_exec($this->connection, $cmd)) {
132 if (@!ssh2_exec($this->connection, $cmd)) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/FileTransfer/
H A DSSH.php58 …if (@!ssh2_exec($this->connection, 'cp -Rp ' . escapeshellarg($source) . ' ' . escapeshellarg($des…
67 if (@!ssh2_exec($this->connection, 'mkdir ' . escapeshellarg($directory))) {
76 if (@!ssh2_exec($this->connection, 'rm -Rf ' . escapeshellarg($directory))) {
85 if (!@ssh2_exec($this->connection, 'rm ' . escapeshellarg($destination))) {
99 if ($output = @ssh2_exec($this->connection, $cmd)) {
116 if ($output = @ssh2_exec($this->connection, $cmd)) {
132 if (@!ssh2_exec($this->connection, $cmd)) {
/dports/www/drupal7/drupal-7.82/includes/filetransfer/
H A Dssh.inc41 …if (@!ssh2_exec($this->connection, 'cp -Rp ' . escapeshellarg($source) . ' ' . escapeshellarg($des…
47 if (@!ssh2_exec($this->connection, 'mkdir ' . escapeshellarg($directory))) {
53 if (@!ssh2_exec($this->connection, 'rm -Rf ' . escapeshellarg($directory))) {
59 if (!@ssh2_exec($this->connection, 'rm ' . escapeshellarg($destination))) {
70 if ($output = @ssh2_exec($this->connection, $cmd)) {
84 if ($output = @ssh2_exec($this->connection, $cmd)) {
97 if (@!ssh2_exec($this->connection, $cmd)) {
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/
H A Dssh2.php360 function ssh2_exec($session, string $command, string $pty = null, array $env = null, int $width = 8… function
364 $result = \ssh2_exec($session, $command, $pty, $env, $width, $height, $width_height_type);
366 $result = \ssh2_exec($session, $command, $pty, $env, $width, $height);
368 $result = \ssh2_exec($session, $command, $pty, $env, $width);
370 $result = \ssh2_exec($session, $command, $pty, $env);
372 $result = \ssh2_exec($session, $command, $pty);
374 $result = \ssh2_exec($session, $command);
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/
H A Dssh2.php360 function ssh2_exec($session, string $command, string $pty = null, array $env = null, int $width = 8… function
364 $result = \ssh2_exec($session, $command, $pty, $env, $width, $height, $width_height_type);
366 $result = \ssh2_exec($session, $command, $pty, $env, $width, $height);
368 $result = \ssh2_exec($session, $command, $pty, $env, $width);
370 $result = \ssh2_exec($session, $command, $pty, $env);
372 $result = \ssh2_exec($session, $command, $pty);
374 $result = \ssh2_exec($session, $command);
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/pages/
H A Dphoromatic_system_claim.php71 ssh2_exec($connection, 'chmod +x ' . $tmp_remote_file);
72 ssh2_exec($connection, './' . $tmp_remote_file);
73 ssh2_exec($connection, 'rm' . $tmp_remote_file);
/dports/security/libssh2/libssh2-1.10.0/example/
H A DMakefile.in98 sftpdir_nonblock$(EXEEXT) ssh2_exec$(EXEEXT) \
205 ssh2_exec_SOURCES = ssh2_exec.c
206 ssh2_exec_OBJECTS = ssh2_exec.$(OBJEXT)
246 ./$(DEPDIR)/ssh2_echo.Po ./$(DEPDIR)/ssh2_exec.Po \
273 ssh2_agent_forwarding.c ssh2_echo.c ssh2_exec.c \
280 ssh2_agent_forwarding.c ssh2_echo.c ssh2_exec.c \
588 ssh2_exec$(EXEEXT): $(ssh2_exec_OBJECTS) $(ssh2_exec_DEPENDENCIES) $(EXTRA_ssh2_exec_DEPENDENCIES)
589 @rm -f ssh2_exec$(EXEEXT)
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh2_exec.Po@am__quote@ # am--include-marker
812 -rm -f ./$(DEPDIR)/ssh2_exec.Po
[all …]
H A DMakefile.am9 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_agent_forwarding \
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/ssh/
H A DSshTask.php234 $stream = ssh2_exec($this->connection, $this->command, $this->pty);
236 $stream = ssh2_exec($this->connection, $this->command);
/dports/devel/pear-VFS/VFS-0.3.0/lib/VFS/
H A Dssh2.php425 …if (!@ssh2_exec($this->_stream, 'chmod ' . escapeshellarg($permission) . ' ' . escapeshellarg($thi…
488 … $stream = @ssh2_exec($this->_stream, 'LC_TIME=C ls -' . $ls_args . ' ' . escapeshellarg($path));
490 $stream = @ssh2_exec($this->_stream, '');
842 $stream = @ssh2_exec($this->_stream, 'pwd');
860 if ($stream = @ssh2_exec($this->_stream, 'cd ' . escapeshellarg($path) . '; pwd')) {
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libssh2-sys-0.2.23/libssh2/example/
H A D.gitignore21 ssh2_exec
H A DMakefile.am9 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_agent_forwarding \
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libssh2-sys-0.2.21/libssh2/example/
H A D.gitignore21 ssh2_exec
H A DMakefile.am9 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_agent_forwarding \
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libssh2-sys-0.2.21/libssh2/example/
H A D.gitignore21 ssh2_exec
H A DMakefile.am9 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_agent_forwarding \
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libssh2-sys-0.2.23/libssh2/example/
H A D.gitignore21 ssh2_exec
H A DMakefile.am9 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_agent_forwarding \
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/example/
H A DMakefile.am9 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_echo sftp_append \
H A D.gitignore21 ssh2_exec
/dports/lang/rust/rustc-1.58.1-src/vendor/libssh2-sys/libssh2/example/
H A DMakefile.am9 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_agent_forwarding \
/dports/security/pecl-ssh2/ssh2-1.3.1/tests/
H A Dssh2_exec.phpt11 $cmd=ssh2_exec($ssh, 'echo "testing echo"' . PHP_EOL);
H A Dssh2_auth_key.phpt12 $cmd=ssh2_exec($ssh, 'echo "testing echo with key auth"' . PHP_EOL);
H A Dssh2_send_eof.phpt11 $cmd=ssh2_exec($ssh, "cat\n");
/dports/sysutils/pear-Horde_Vfs/Horde_Vfs-2.4.0/lib/Horde/Vfs/
H A DSsh2.php414 $stream = @ssh2_exec(
420 $stream = @ssh2_exec($this->_stream, '');
710 $stream = @ssh2_exec($this->_stream, 'pwd');
727 if (!($stream = @ssh2_exec($this->_stream, 'cd ' . escapeshellarg($path) . '; pwd'))) {

12