Thanx again all, at this moment I don't have much time to figure this out 
and I will be uploading the weather data from local to remote with a 
cron-script every 10' (data are generated every 5' but I will be sending 
every 10').

upload.sh
ncftpput -R -u username -p password domain-or-IP /destination/directory /
source/directory


crontab -e
1,11,21,31,41,51 * * * * /home/user/upload.sh

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to