This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

bulk download all my acitvities

Former Member
Former Member
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!