echo -n "What files are to be received? "
read FILES
transmit "sz -y "
transmit FILES
transmit "^M"
echo "Starting ZMODEM Receive (rz -y)"
pipe "rz -y"
