Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/
H A Dscp.sh47 scpopts="-O -q -S ${OBJ}/scp-ssh-wrapper.scp"
49 scpopts="-qs -D ${SFTPSERVER}"
54 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
59 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
64 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
70 $SCP $scpopts ${COPY} somehost:${COPY} || fail "copy failed"
76 $SCP $scpopts somehost:${COPY} ${COPY} || fail "copy failed"
82 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
89 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
95 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
[all …]
H A Dscp3.sh35 scpopts="-F${OBJ}/ssh_proxy -S ${SSH} -q"
38 scpopts="$scpopts -O"
40 scpopts="-s -D ${SFTPSERVER}"
45 $SCP $scpopts -3 hostA:${DATA} hostB:${COPY} || fail "copy failed"
51 $SCP $scpopts -3 hostA:${COPY} hostB:${DIR} || fail "copy failed"
56 $SCP $scpopts -3r hostA:${DIR} hostB:${DIR2} || fail "copy failed"
64 $SCP $scpopts -3 hostA:${DATA} hostA:${COPY} hostB:${COPY2}
H A Dscp-uri.sh31 scpopts="-O -q -S ${OBJ}/scp-ssh-wrapper.scp"
33 scpopts="-s -D ${SFTPSERVER}"
37 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed"
42 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
48 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed"
54 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
61 $SCP $scpopts -r ${DIR} "scp://${USER}@somehost:${PORT}/${DIR2}" || fail "copy failed"
70 $SCP $scpopts -r "scp://${USER}@somehost:${PORT}/${DIR}" ${DIR2} || fail "copy failed"