Using the unauthenticated, read only, osdf origin at JLab


 

Using pelican to list the contents of the JLab read only OSDF origin

You can use the pelican command to perform ls operations on areas mounted on the JLab OSDF read only origin

strosahl@scosg2202 ~> pelican object ls osdf://jlab-osdf-ro/
clas12 

 

Using Pelican to get a file from the JLab read only OSDF origin

You can use the pelican command to get files from the areas mounted on the JLab OSDF read only origin

strosahl@scosg2202 ~> pelican object get osdf://jlab-osdf-ro/clas12/test /tmp/test
strosahl@scosg2202 ~> cat /tmp/test 
I am the very model of a modern major general

 

Using wget to get a file from the JLab read only OSDF origin

You can use the wget command to get a file from the Jlab OSDF read only origin

strosahl@scosg2202 ~> wget https://dtn2304.jlab.org:8443/jlab-osdf-ro/clas12/test
--2025-12-04 15:34:33--  https://dtn2304.jlab.org:8443/jlab-osdf-ro/clas12/test
Resolving dtn2304.jlab.org (dtn2304.jlab.org)... 192.70.245.7
Connecting to dtn2304.jlab.org (dtn2304.jlab.org)|192.70.245.7|:8443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46
Saving to: ‘test’

test                                                          100%[==============================================================================================================================================>]      46  --.-KB/s    in 0s      

2025-12-04 15:34:33 (2.93 MB/s) - ‘test’ saved [46/46]

strosahl@scosg2202 ~> cat test 
I am the very model of a modern major general