Searched refs:recv_filesize (Results 1 – 4 of 4) sorted by relevance
45 recv_filesize=$(echo "$out" | awk '{print $2}')47 if [ $recv_filesize != "size=$filesize" ]; then
69 recv_filesize=$(echo "$out" | awk '{print $2}')71 if [ $recv_filesize != "size=$filesize" ]; then
43 recv_filesize=$(echo "$out" | awk '{print $2}')45 if [ "$recv_filesize" != "size=$filesize" ]; then
68 recv_filesize=$(echo "$out" | awk '{print $2}')70 if [ "$recv_filesize" != "size=$filesize" ]; then