Print

Print


Yup, this seems to work well on a file:
```
> PROPFIND //user/ligo/frames/S6/LDAShoftC02/LHO/H-H1_LDAS_C02_L2-9716/H-H1_LDAS_C02_L2-971622144-128.gwf HTTP/1.1
> User-Agent: curl/7.29.0
> Host: example.unl.edu:1094
> Accept: */*
> 
< HTTP/1.1 207 Multi-Status
< Content-Length: 644
< Content-Type: text/xml; charset="utf-8"
< 
<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns1="http://apache.org/dav/props/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:" xmlns:lp2="http://apache.org/dav/props/" xmlns:lp3="LCGDM:">
<D:href>/user/ligo/frames/S6/LDAShoftC02/LHO/H-H1_LDAS_C02_L2-9716/H-H1_LDAS_C02_L2-971622144-128.gwf</D:href>
<D:propstat>
<D:prop>
<lp1:getcontentlength>16139370</lp1:getcontentlength>
<lp1:getlastmodified>Tue, 31 Jan 2017 04:52:18 GMT</lp1:getlastmodified>
<lp1:iscollection>0</lp1:iscollection>
<lp1:executable>F</lp1:executable>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
```

`gfal-ls` seems happy with the response, although it's unhappy with the `ctime`:

```
$ gfal-ls -l https://example.unl.edu:1094//user/ligo/frames/S6/LDAShoftC02/LHO/H-H1_LDAS_C02_L2-9716/H-H1_LDAS_C02_L2-971622144-128.gwf                                                                                                                                                                                    
-rwxr-xr-x   0 0     0      16139370 Dec 31  1969 https://example.unl.edu:1094//user/ligo/frames/S6/LDAShoftC02/LHO/H-H1_LDAS_C02_L2-9716/H-H1_LDAS_C02_L2-971622144-128.gwf
```

What are you getting in terms of the server-side log?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/691#issuecomment-391411967

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1