Skip to content

add large file retrieval example to README #146

Open
@jjkoehorst

Description

@jjkoehorst

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions