Home
last modified time | relevance | path

Searched refs:scp_command (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/build/fuchsia/
H A Dremote_cmd.py106 scp_command = _SCP[:]
108 scp_command.append('-v')
110 scp_command.append('-r')
119 scp_command += ['-F', self._config_path]
121 scp_command += ['-P', str(self._port)]
122 scp_command += sources
123 scp_command += [dest]
125 _SSH_LOGGER.debug(' '.join(scp_command))
127 scp_output = subprocess.check_output(scp_command,
/dports/lang/v8/v8-9.6.180.12/build/fuchsia/
H A Dremote_cmd.py106 scp_command = _SCP[:]
108 scp_command.append('-v')
110 scp_command.append('-r')
119 scp_command += ['-F', self._config_path]
121 scp_command += ['-P', str(self._port)]
122 scp_command += sources
123 scp_command += [dest]
125 _SSH_LOGGER.debug(' '.join(scp_command))
127 scp_output = subprocess.check_output(scp_command,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/fuchsia/
H A Dremote_cmd.py101 scp_command = _SCP[:]
103 scp_command.append('-v')
105 scp_command.append('-r')
114 scp_command += ['-F', self._config_path, '-P', str(self._port)]
115 scp_command += sources
116 scp_command += [dest]
118 _SSH_LOGGER.debug(' '.join(scp_command))
120 scp_output = subprocess.check_output(scp_command,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/fuchsia/
H A Dremote_cmd.py115 scp_command = _SCP[:]
117 scp_command.append('-v')
119 scp_command.append('-r')
128 scp_command += ['-F', self._config_path, '-P', str(self._port)]
129 scp_command += sources
130 scp_command += [dest]
132 _SSH_LOGGER.debug(' '.join(scp_command))
134 scp_output = subprocess.check_output(scp_command,
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/machines/
H A Dssh_machine.py88 scp_command=None, argument
102 if scp_command is None:
104 scp_command = local["sshpass"]["-p", password, "scp"]
106 scp_command = local["scp"]
124 self._scp_command = scp_command[tuple(scp_args)]
349 scp_command=None, argument
358 if scp_command is None:
359 scp_command = local["pscp"]
375 scp_command=scp_command,
/dports/sysutils/py-plumbum/plumbum-1.7.1/tests/
H A Dtest_putty.py26 scp_command = local["pscp"]
54 scp_command=scp_command,
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/backends/
H A Dssh_pexpect_backend.py58 self.scp_command = u"scp"
59 if config.scp_command:
60 self.scp_command = config.scp_command
247 (self.scp_command, config.ssh_options, source_path.uc_name, self.host_string,
268 (self.scp_command, config.ssh_options, self.host_string, self.remote_prefix,
/dports/emulators/hercules/hercules-3.13/
H A Dcmdtab.c390 scp_command(cmd + 1, cmd[0] == '!'); in panel_command_r()
404 scp_command(cmd, 0); in panel_command_r()
414 scp_command(cmd, 1); in panel_command_r()
423 scp_command (cmd+1, cmd[0] == '!'); in panel_command_r()
H A Dhexterns.h317 void scp_command (char *command, int priomsg);
H A Dservice.c161 void scp_command (char *command, int priomsg) in scp_command() function
H A Dhsccmd.c7315 scp_command(" ", 0); in scp_cmd()
7317 scp_command(&cmdline[4], 0); in scp_cmd()
7329 scp_command(" ", 1); in prioscp_cmd()
7331 scp_command(&cmdline[5], 1); in prioscp_cmd()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/
H A DRunOpenEMS.m88 scp_command = 'scp'; variable
101 scp_command = [Settings.SSH.Putty.Path '/pscp ']; variable
139 … [stat, res] = system([scp_command ' ' scp_options ' * ' Settings.SSH.host ':' ssh_work_path '/']);
160 …[stat, res] = system([scp_command ' -r ' scp_options ' ' Settings.SSH.host ':' ssh_work_path '/* .…
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/libcxx/test/
H A Dexecutor.py156 self.scp_command = 'scp'
180 scp = self.scp_command
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/libcxx/test/
H A Dexecutor.py192 self.scp_command = 'scp'
216 scp = self.scp_command
/dports/devel/libc++/libcxx-10.0.1.src/utils/libcxx/test/
H A Dexecutor.py192 self.scp_command = 'scp'
216 scp = self.scp_command
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/libcxx/test/
H A Dexecutor.py268 self.scp_command = ['scp'] if port is None else ['scp', '-P', str(port)]
270 self.scp_command.extend(extra_scp_flags)
303 cmd = self.scp_command + ['-p', src, remote + ':' + dst]
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/
H A Dconfig.py298 scp_command = None variable
/dports/security/py-scp/scp-0.13.3/
H A Dscp.py155 scp_command = (b'scp -t ', b'scp -r -t ')[recursive]
156 self.channel.exec_command(scp_command +