Open
Description
Since we do not have direct access to the iRods system I was wondering what is the most optimal way of retrieving data.
I found out that: shutil.copyfileobj(fsrc=gzip.open(obj.open('r+')),fdst=gzip.open(fileName, 'wb'))
works but is very inefficient.
In other tickets I noticed: obj.manager._download(obj=obj, local_path=fileName)
but this results in a SYS_FILE_DESC_OUT_OF_RANGE
. Any clue on what is the most efficient way of retrieving the files from iRods and store it locally?