Searched refs:sftp_ls (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/crypto/openssh/regress/
H A Dsftp-glob.sh8 sftp_ls() { function
58 sftp_ls "${DIR}/fil*" "file glob" "${DATA}" ""
59 sftp_ls "${BASE}/d*" "dir glob" "`basename ${DATA}`" ""
60 sftp_ls "${DIR}/g-wild\"*\"" "quoted glob" "g-wild*" "g-wildx"
61 sftp_ls "${DIR}/g-wild\*" "escaped glob" "g-wild*" "g-wildx"
62 sftp_ls "${DIR}/g-quote\\\"" "escaped quote" "g-quote\"" ""
63 sftp_ls "\"${DIR}/g-quote\\\"\"" "quoted quote" "g-quote\"" ""
64 sftp_ls "'${DIR}/g-quote\"'" "single-quoted quote" "g-quote\"" ""
65 sftp_ls "${DIR}/g-q\\ space" "escaped space" "g-q space" ""
66 sftp_ls "'
[all...]

Completed in 53 milliseconds