Lines Matching full:put
202 atf_set "descr" "put command with big file"
213 echo "put ${local_file} ${remote_file##*/}" >client-script
224 atf_set "descr" "put command with host name"
235 echo "put ${local_file} localhost:${remote_file##*/}" >client-script
246 atf_set "descr" "put command with ipv4 address"
257 echo "put ${local_file} 127.0.0.1:${remote_file##*/}" >client-script
268 atf_set "descr" "put command with ipv6 address"
280 echo "put ${local_file} [::1]:${remote_file##*/}" >client-script
291 atf_set "descr" "put command with one argument"
302 echo "put ${local_file}" >client-script
313 atf_set "descr" "put command with two arguments"
324 echo "put ${local_file} ${remote_file##*/}" >client-script
335 atf_set "descr" "put command with three or more arguments"
342 echo -n "put" >client-script
364 atf_set "descr" "put command with multiple files and host name"
370 echo -n "put" >client-script