HOWTO Get the detailed list of downloadable dictionaries from FRS

Started by axin, 08. August 2009, 05:49:58

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

axin

To get the list of all downloadable dictionaries including their file size from Sourceforge's FileReleaseSystem you can use the following command (tested under Linux):

rsync -avn --include "dictionary**" --exclude "*" -e ssh YOUR_USER_NAME,dictionarymid@frs.sourceforge.net:/home/frs/project/d/di/dictionarymid/
Replace YOUR_USER_NAME with your actual username on sourceforge. The n in -avn stands for dry-run, preventing rsync from applying any modifications.

This can be useful for updating the file list used for OTA downloads as introduced here.

Achim

Gert

Thanks - it is very useful that you post this explanation here :)

Hope that many others will make postings with useful hints like this !

Gert