Lines Matching refs:client

47 	echo "get ${remote_file##*/} ${local_file}" >client-script
49 tftp localhost <client-script
66 echo "get localhost:${remote_file##*/}" >client-script
68 tftp <client-script
85 echo "get 127.0.0.1:${remote_file##*/}" >client-script
87 tftp <client-script
105 echo "get [::1]:${remote_file##*/}" >client-script
107 tftp <client-script
124 echo "get ${remote_file##*/}" >client-script
126 tftp localhost <client-script
143 echo "get ${remote_file##*/} ${local_file}" >client-script
145 tftp localhost <client-script
160 echo -n "get" >client-script
163 echo -n " ${f}.txt" >>client-script
166 echo >>client-script
168 tftp localhost <client-script
189 echo "get localhost:a.txt b.txt c.txt" >client-script
191 tftp localhost <client-script
213 echo "put ${local_file} ${remote_file##*/}" >client-script
215 tftp localhost <client-script
235 echo "put ${local_file} localhost:${remote_file##*/}" >client-script
237 tftp <client-script
257 echo "put ${local_file} 127.0.0.1:${remote_file##*/}" >client-script
259 tftp <client-script
280 echo "put ${local_file} [::1]:${remote_file##*/}" >client-script
282 tftp <client-script
302 echo "put ${local_file}" >client-script
304 tftp localhost <client-script
324 echo "put ${local_file} ${remote_file##*/}" >client-script
326 tftp localhost <client-script
342 echo -n "put" >client-script
348 echo -n " ${f}.txt" >>client-script
350 echo " subdir" >>client-script
352 tftp localhost <client-script
370 echo -n "put" >client-script
376 echo -n " ${f}.txt" >>client-script
378 echo " localhost:subdir" >>client-script
380 tftp <client-script