Test sftp and scp for ssh connection.

pull/19366/head
Matt Clay 8 years ago
parent 197658aff4
commit 80c559bdef

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -eux
# sftp
./posix.sh "$@"
# scp
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"
Loading…
Cancel
Save