This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Recursively upload a directory structure to a Synapse project (synapse.org). | |
Examples:: | |
synapse_upload_directory_tree <PROJECT ID> -user <EMAIL> --pass <PASS> --top <TOP DIRECTORY> | |
synapse_upload_directory_tree syn3207152 --user [email protected] --pass XXXXXX --top brains | |
synapse_upload_directory_tree syn3207152 --user [email protected] |