Hi,
how to download all .tcx associated with a user (me)?
Is there a easy way to do it?
My aprroach would be wget in a unix shell:
for number in ${numbers[@]}
do
wget connect.garmin.com/.../$number
done
I wonder how I could find out all the numbers for _my_ acitivities, to do something like this.
Thanks for your help!