jacquayj / GoRODS

Golang binding for iRODS C API: An iRODS client library written in Golang + C
https://godoc.org/github.com/jjacquay712/GoRODS
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Recursive iput question #28

Closed ianmcorvidae closed 5 years ago

ianmcorvidae commented 6 years ago

I'm not sure if something like this is implemented within GoRODS, or if it's intended that users write the path-walking and such directly. Thanks in advance!

jjacquay712 commented 5 years ago

Hi Ian,

Thanks for the question, this is something I'll look into. I'll get back to you in the next few weeks. I don't see reference to a recursive flag in the GoRODS source code or documentation at the moment.

On Fri, Oct 26, 2018 at 4:33 PM Ian McEwen notifications@github.com wrote:

I'm not sure if this is implemented within GoRODS, or if it's intended that users write the path-walking and such directly. Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jjacquay712/GoRODS/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOHVTXObdxROYIZxCmTTc8Oj-BMsajbks5uo3GsgaJpZM4X87fl .

jjacquay712 commented 5 years ago

Apologies for the late reply. Recursive iput functionality isn't currently supported by GoRODS. I will add this to the feature request queue.

Regards, John