python-irodsclient
python-irodsclient copied to clipboard
enable recursive put in data_object_manager.py
Would it be possible to enable the functionality of recursively putting directories to iRODS? Analogous to the iput -r icommand, see iRODS Docu.
Similar to this issue the DataObjectManager.put() method does accept **options but (as far as I can tell) does not care about any kw.RECURSIVE_OPR__KW keyword.