OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCP
(Results
1 - 10
of
10
) sorted by null
/external/openssh/regress/
scp-ssh-wrapper.sh
2
# $OpenBSD:
scp
-ssh-wrapper.sh,v 1.3 2014/01/26 10:49:17 djm Exp $
57
exec $
SCP
"$@"
scp.sh
1
# $OpenBSD:
scp
.sh,v 1.10 2014/01/26 10:49:17 djm Exp $
4
tid="
scp
"
9
if diff -N ${SRC}/
scp
.sh ${SRC}/
scp
.sh 2>/dev/null; then
20
cp ${SRC}/
scp
-ssh-wrapper.sh ${OBJ}/
scp
-ssh-wrapper.
scp
21
chmod 755 ${OBJ}/
scp
-ssh-wrapper.
scp
22
scpopts="-q -S ${OBJ}/
scp
-ssh-wrapper.scp
[
all
...]
test-exec.sh
77
SCP
=
scp
109
SCP
="${TEST_SSH_SCP}"
159
SCP_BIN=${
SCP
}
189
SCP
="$VG --log-file=${VG_LOG}
scp
.%p $
SCP
"
219
# because sftp and
scp
don't handle spaces in arguments.
247
export SSH SSHD SSHAGENT SSHADD SSHKEYGEN SSHKEYSCAN SFTP SFTPSERVER
SCP
248
#echo $SSH $SSHD $SSHAGENT $SSHADD $SSHKEYGEN $SSHKEYSCAN $SFTP $SFTPSERVER $
SCP
[
all
...]
multiplex.sh
72
trace "
scp
transfer over multiplexed connection and check result"
73
${
SCP
} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >>$TEST_REGRESS_LOGFILE 2>&1
74
test -f ${COPY} || fail "
scp
: failed copy ${DATA}"
75
cmp ${DATA} ${COPY} || fail "
scp
: corrupted copy of ${DATA}"
/external/curl/docs/cmdline-opts/
hostpubmd5.d
4
Protocols: SFTP
SCP
proto-redir.d
15
for security reasons: Since 7.19.4 FILE and
SCP
are disabled, and since 7.40.0
/prebuilts/go/darwin-x86/src/cmd/go/
vcs.go
167
// scpSyntaxRe matches the
SCP
-like addresses used by Git to access
188
// Match
SCP
-like syntax and convert it to a URL.
go_test.go
[
all
...]
/prebuilts/go/linux-x86/src/cmd/go/
vcs.go
167
// scpSyntaxRe matches the
SCP
-like addresses used by Git to access
188
// Match
SCP
-like syntax and convert it to a URL.
go_test.go
[
all
...]
Completed in 257 milliseconds