ESPRI-Mod / synda

ESGF Downloader (this is a deprecated repository, the tool has now moved to https://github.com/ESGF/esgf-download)
https://espri-mod.github.io/synda/
21 stars 11 forks source link

Need a way to specify -nodcau for gridftp transfers #60

Closed cmharr closed 5 years ago

cmharr commented 7 years ago

We have found when using gridftp as the transfer protocol for synda that we need to specify the -nodecau option to bypass certificate problems. For the moment, we've manually edited the GRIDFTP_OPT variable in /usr/share/python/synda/sdt/bin/sdgetg.sh to include that option. Is there a better way to supply that option, or if not, can an option be added to supply gridftp options?

ghost commented 7 years ago

Done. "gridftp_opt" parameter has been added in "sdt.conf". It will be available in the next release (3.9). Setting this parameter will prevent the need to edit " /usr/share/python/synda/sdt/bin/sdgetg.sh".