I need to recursively download all the folders/files in a project/folder, how can I do this?

Created by SynapseForumUser
The easiest way is to use the [Synapse command line client](http://docs.synapse.org/python/CommandLineClient.html) using the `-r` or `--recursive` flag: ``` synapse get -r syn##### ```

How do I do a recursive download of all files/folders in a project/folder? page is loading…