Home
last modified time | relevance | path

Searched refs:sftp_action (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/connection/
H A Dssh.py1056 def _file_transport_command(self, in_path, out_path, sftp_action): argument
1099 … in_data = u"{0} {1} {2}\n".format(sftp_action, shlex_quote(in_path), shlex_quote(out_path))
1105 if sftp_action == 'get':
1112 if sftp_action == 'get':
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/connection/
H A Dssh.py1135 def _file_transport_command(self, in_path, out_path, sftp_action): argument
1179 … in_data = u"{0} {1} {2}\n".format(sftp_action, shlex_quote(in_path), shlex_quote(out_path))
1185 if sftp_action == 'get':
1192 if sftp_action == 'get':
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/connection/
H A Dssh.py1080 def _file_transport_command(self, in_path, out_path, sftp_action): argument
1123 … in_data = u"{0} {1} {2}\n".format(sftp_action, shlex_quote(in_path), shlex_quote(out_path))
1129 if sftp_action == 'get':
1136 if sftp_action == 'get':