Is there a way to upload a folder and all its subfolders and files to Synapse. I thought that this would work:
```
synapse add --parentid syn9908105 myFolder/
```
But is throws an error:
```
IOError: File "myFolder/" is a directory.
```
Created by Gabriel Hoffman gabriel.hoffman Short answer is yes, but not from the command line. See [this thread](#!SynapseForum:threadId=553) for a solution using Python!