python-irodsclient icon indicating copy to clipboard operation
python-irodsclient copied to clipboard

enable recursive put in data_object_manager.py

Open fgebhart opened this issue 7 years ago • 1 comments

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.

fgebhart avatar Mar 15 '18 15:03 fgebhart