Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Question about the curl transfer plugin
- Date: Tue, 18 Jul 2023 15:42:00 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Question about the curl transfer plugin
On 7/18/23 08:42, Benoit Roland wrote:
I tried to find in [2,3] if there is a way to define the option "-k"
or "--capath" without modifying the curl plugin, but I didn't succeed
so far.
Can these options be specified?
Hi Benoit:
Currently, there is no way to do this. If you want to modify the
plugin, the source is located here:
https://github.com/htcondor/htcondor/blob/main/src/condor_filetransfer_plugins/multifile_curl_plugin.cpp
Perhaps a better way in the short term is to send the plugin along with
the job. That way, you do not need to modify the worker node code at
all. This is documented here:
https://github.com/htcondor/htcondor/blob/main/src/condor_filetransfer_plugins/multifile_curl_plugin.cpp
-greg