[Cyberduck-trac] [Cyberduck] #10482: Interoperability with OpenLink Virtuoso

Cyberduck trac at cyberduck.io
Thu Oct 4 06:46:43 UTC 2018


#10482: Interoperability with OpenLink Virtuoso
----------------------------+----------------------
 Reporter:  TallTed         |         Owner:
     Type:  defect          |        Status:  new
 Priority:  high            |     Milestone:
Component:  webdav          |       Version:  6.8.0
 Severity:  major           |    Resolution:
 Keywords:                  |  Architecture:  Intel
 Platform:  Mac OS X 10.10  |
----------------------------+----------------------

Comment (by yla):

 The equivalent {{{curl}}} command as issued by Cyberduck would be:

 {{{
 curl -u username:password -i -X PROPFIND
 http://oplussol11.intranet.openlinksw.com:8890/DAV/home/tthibodeau/Public/Editorial_Processing/
 --upload-file - -H "Depth: 1" <<end
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <propfind
     xmlns="DAV:">
     <prop>
         <creationdate/>
         <displayname/>
         <getcontentlength/>
         <getcontenttype/>
         <getetag/>
         <getlastmodified/>
         <resourcetype/>
         <s:lastmodified xmlns:s="SAR:"/>
     </prop>
 </propfind>
 end
 }}}

 Can you please execute this one?

--
Ticket URL: <https://trac.cyberduck.io/ticket/10482#comment:8>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list