Home
last modified time | relevance | path

Searched refs:scp (Results 1 – 25 of 6049) sorted by last modified time

12345678910>>...242

/dports/x11-wm/compiz/compiz-0.8.8/
H A DMakefile.in938 scp $(tar_file) $(sha1_file) $(gpg_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)
/dports/x11-wm/ratmen/ratmen-2.2.3/
H A DMakefile76 scp -p $(TARFILE) $(EBUILDFILE) $(UPLOADDEST)
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/doc/
H A DMakefile.in604 scp gtk-sharp-docs* root@www.go-mono.com:/usr/lib/monodoc/sources/
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/ezyang/htmlpurifier/maintenance/
H A Dregenerate-docs.sh4 scp doxygen.tgz htmlpurifier.org:/home/ezyang/htmlpurifier.org
/dports/textproc/gutenmark/GutenMark-source/
H A DMakefile353 scp -p GUItenMark-maconmac rburkey@192.168.254.250:Projects/GutenMark/GutenMark-source
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dintro_inventory.rst556 This setting is always appended to the default command line for :command:`sftp`, :command:`scp`,
562 This setting is always appended to the default :command:`scp` command line.
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/reference_appendices/
H A Dglossary.rst444 don't normally work with sudo (like scp file transfer) can be achieved
H A Dfaq.rst99 this variable are added to the sftp/scp/ssh command line when connecting
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Dcli.po91 msgid "specify extra arguments to pass to scp only (e.g. -l)"
92 msgstr "scp のみに渡す追加の引数を指定します (例: -l)。"
101 msgid "specify common arguments to pass to sftp/scp/ssh (e.g. ProxyCommand)"
102 msgstr "sftp/scp/ssh に渡す一般的な引数を指定します (例: ProxyCommand)。"
H A Duser_guide.po3315 …always appended to the default command line for :command:`sftp`, :command:`scp`, and :command:`ssh…
3316 msgstr "この設定は、常に :command:`sftp`、:command:`scp`、および :command:`ssh` のデフォルトのコマンドラインに追加されます。特定のホスト (また…
3331 msgid "This setting is always appended to the default :command:`scp` command line."
3332 msgstr "この設定は、デフォルトの :command:`scp` コマンドラインに常に付加されます。"
H A Dreference_appendices.po5990 …y variable. Any arguments specified in this variable are added to the sftp/scp/ssh command line wh…
5991 … インベントリー変数に ``ProxyCommand`` を設定することができます。該当のホストに接続したときに、この変数に指定した引数は、sftp/scp/ssh コマンドラインに追加されます。…
7261 …word-based sudo. Some operations that don't normally work with sudo (like scp file transfer) can …
7262 …マンドでラップされた数多くの操作を実行でき、パスワードなしか、またはパスワードを使用する sudo で機能します。通常 sudo で機能しない操作 (scp ファイル転送など) については、sud…
9759 …y them until one succeeds or they all fail. If set to True, it will force 'scp', if False it will …
9816 …ry them until one succeeds or they all fail.If set to True, it will force 'scp', if False it will …
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/connection/
H A Dssh.py1183 scp = self.get_option('scp_executable')
1186 …cmd = self._build_command(scp, 'scp', u'{0}:{1}'.format(host, self._shell.quote(in_path)), out_pat…
1188 …cmd = self._build_command(scp, 'scp', in_path, u'{0}:{1}'.format(host, self._shell.quote(out_path)…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/cliconf/
H A D__init__.py30 from scp import SCPClient
347 with SCPClient(ssh.get_transport(), socket_timeout=timeout) as scp:
348 out = scp.put(source, destination)
369 with SCPClient(ssh.get_transport(), socket_timeout=timeout) as scp:
370 scp.get(source, destination)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/examples/
H A Dansible.cfg409 # * smart = try sftp and then try scp [default]
410 # * True = use scp only
417 # * scp = use scp to transfer files
419 # * smart = try sftp, scp, and piped, in that order [default]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/
H A Dmanage_ci.py105 …self.scp('%s@%s:%s' % (self.core_ci.connection.username, self.core_ci.connection.hostname, remote)…
112 …self.scp(local, '%s@%s:%s' % (self.core_ci.connection.username, self.core_ci.connection.hostname, …
135 def scp(self, src, dst): member in ManageWindowsCI
313 …self.scp('%s@%s:%s' % (self.core_ci.connection.username, self.core_ci.connection.hostname, remote)…
320 …self.scp(local, '%s@%s:%s' % (self.core_ci.connection.username, self.core_ci.connection.hostname, …
350 def scp(self, src, dst): member in ManagePosixCI
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/incidental_ios_file/tests/cli/
H A Dnet_put.yaml12 - ip scp server enable
25 - name: copy file from controller to ios + scp (Default)
H A Dnet_get.yaml11 - ip scp server enable
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/connection_windows_ssh/
H A Drunme.sh28 ANSIBLE_SSH_TRANSFER_METHOD=scp ./windows.sh "$@"
52 ANSIBLE_SSH_TRANSFER_METHOD=scp ./windows.sh "$@"
/dports/sysutils/cpuid/cpuid-20211031/
H A DMakefile84 scp -p $^ $(OLD_HOST):$(OLD_DIR)
86 scp -p $(OLD_HOST):$(OLD_DIR)/cpuid $(TARGET)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/user_guide/
H A Dintro_inventory.rst553 This setting is always appended to the default command line for :command:`sftp`, :command:`scp`,
559 This setting is always appended to the default :command:`scp` command line.
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/reference_appendices/
H A Dglossary.rst441 don't normally work with sudo (like scp file transfer) can be achieved
H A Dfaq.rst99 this variable are added to the sftp/scp/ssh command line when connecting
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/config/
H A Dbase.yml1020 - If set to True, it will force 'scp', if False it will use 'sftp'.
1069 #choices: ['sftp', 'scp', 'dd', 'smart']
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/connection/
H A Dssh.py1127 scp = self.get_option('scp_executable')
1130 … cmd = self._build_command(scp, u'{0}:{1}'.format(host, self._shell.quote(in_path)), out_path)
1132 … cmd = self._build_command(scp, in_path, u'{0}:{1}'.format(host, self._shell.quote(out_path)))
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/cliconf/
H A D__init__.py30 from scp import SCPClient
347 with SCPClient(ssh.get_transport(), socket_timeout=timeout) as scp:
348 out = scp.put(source, destination)
369 with SCPClient(ssh.get_transport(), socket_timeout=timeout) as scp:
370 scp.get(source, destination)

12345678910>>...242