Home
last modified time | relevance | path

Searched refs:SFTP (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dsftp-cmds.sh31 (echo "lcd ${OBJ}" ; echo "lls") | ${SFTP} -D ${SFTPSERVER} 2>&1 | \
35 echo "lls ${OBJ}" | ${SFTP} -D ${SFTPSERVER} 2>&1 | \
39 echo "ls ${OBJ}" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
44 echo "!echo hi there" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
49 echo "pwd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
54 echo "lpwd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
59 echo "quit" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
64 echo "help" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
70 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
76 echo "get \"$DATA\" $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
[all …]
H A Dsftp-badcmds.sh14 echo "get $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
20 echo "get /bin/l* $NONEXIST" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
28 echo "put $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
34 echo "put /bin/l* ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
42 echo "rename $NONEXIST ${COPY}.1" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
50 echo "rename $COPY ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
60 echo "put /bin/l* $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1
H A Dsftp-batch.sh38 ${SFTP} -b ${BATCH}.pass.1 -D ${SFTPSERVER} >/dev/null 2>&1 \
42 ${SFTP} -b ${BATCH}.fail.1 -D ${SFTPSERVER} >/dev/null 2>&1 \
46 ${SFTP} -b ${BATCH}.pass.2 -D ${SFTPSERVER} >/dev/null 2>&1 \
50 ${SFTP} -b ${BATCH}.fail.2 -D ${SFTPSERVER} >/dev/null 2>&1 \
H A Dsftp-uri.sh26 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "…
32 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "c…
37 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config -b - \
51 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config -b - \
H A Dforcecommand.sh22 ${SFTP} -S ${SSH} -b - -qF $OBJ/ssh_proxy somehost 2>/dev/null || \
44 ${SFTP} -S ${SSH} -F $OBJ/ssh_proxy -oLoglevel=quiet somehost && \
55 ${SFTP} -S ${SSH} -F $OBJ/ssh_proxy -oLoglevel=quiet somehost && \
64 ${SFTP} -S ${SSH} -b - -qF $OBJ/ssh_proxy somehost 2>/dev/null || \
H A Dsftp-chroot.sh27 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
42 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
H A Dchannel-timeout.sh130 $SFTP -qS $SSH -F $OBJ/ssh_proxy somehost:$DATA $COPY
143 $SFTP -qS $SSH -F $OBJ/ssh_proxy somehost:$DATA $COPY
156 $SFTP -qS $SSH -F $OBJ/ssh_proxy somehost:$DATA $COPY
H A Dtest-exec.sh91 SFTP=sftp
134 SFTP="${TEST_SSH_SFTP}"
191 SFTP_BIN=${SFTP}
236 SFTP="$VG --log-file=${VG_LOG}sftp.%p ${SFTP}"
276 ${SFTP} ${SFTPSERVER} ${SSHKEYSCAN}; do
364 export SSH SSHD SSHAGENT SSHADD SSHKEYGEN SSHKEYSCAN SFTP SFTPSERVER SCP
H A Dsftp.sh20 ${SFTP} -D ${SFTPSERVER} -B $B -R $R -b $SFTPCMDFILE \
H A Dssh-com-sftp.sh52 ${SFTP} -D ${server} -B $B -R $R -b $SFTPCMDFILE \
H A Dsftp-glob.sh20 ${SFTP} -b - -D ${SFTPSERVER} 2>/dev/null | \
H A Dsftp-perm.sh17 echo "$@" | ${SFTP} -D ${TEST_SFTP_SERVER} -vvvb - >$CLIENT_LOG 2>&1
H A Dmultiplex.sh76 ${SFTP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost >>$TEST_REGRESS_LOGFILE 2>&1
H A DREADME.regress41 SSH, SSHD, SSHAGENT, SSHADD, SSHKEYGEN, SSHKEYSCAN, SFTP or
/freebsd/crypto/openssh/contrib/
H A Dssh-copy-id142 SFTP=sftp
208 [ "$SFTP" ] && grep 'allows sftp connections only' "$L_OUTPUT_FILE" >/dev/null
357 if [ "$SFTP" ] ; then
377 [ -z "$SFTP" ] || PORT_OPT=P
/freebsd/crypto/openssh/
H A DPROTOCOL458 4. SFTP protocol changes
616 single SFTP packet. Servers SHOULD set this at least to 34000.
H A DChangeLog1574 upstream: fix scp in SFTP mode recursive upload and download of
1577 links would be followed, but in SFTP mode they were not. bz3611, ok dtucker@
3170 exists before opening SFTP connection to the server. Based on GHPR#370 ok
4680 e555d5cad5 effectively increased the default copy buffer size for SFTP
4816 upstream: Mention that scp uses the SFTP protocol and remove
4853 control over some SFTP protocol knobs: the copy buffer length and
4858 This makes them available in both SFTP protocol clients using the same
5824 upstream: when scp(1) is using the SFTP protocol for transport (the
5830 Previously scp(1) in SFTP mode would not match these pathnames but