####!/bin/bash

while :
do

wget -m -c --no-passive-ftp -T 60 --tries=60 --progress=dot ftp://buoy:PowerBuoy@134.89.12.189/data

sleep 300

done

