[Cyberduck-trac] [Cyberduck] #5785: Wrong timestamp when uploading to remote server

Cyberduck trac at trac.cyberduck.ch
Tue May 31 08:39:00 CEST 2011


#5785: Wrong timestamp when uploading to remote server
------------------------------------------------+------------------------
 Reporter:  finofontana                         |         Owner:  dkocher
     Type:  defect                              |        Status:  new
 Priority:  normal                              |     Milestone:
Component:  webdav                              |       Version:  4.0.1
 Severity:  major                               |    Resolution:
 Keywords:  timestamp modification date webdav  |  Architecture:  Intel
 Platform:  Mac OS X 10.6                       |
------------------------------------------------+------------------------

Comment (by dkocher):

 Replying to [comment:3 dkocher]:
 > Replying to [comment:2 finofontana]:
 > > Replying to [comment:1 dkocher]:
 > > > Currently writing the modification date on remote files is not
 supported for WebDAV.
 > >
 > > Thanks for the quick reply. Can you tell the reason why it's not
 supported. It makes CyberDuck WebDAV practically unusable.
 >
 > There is no particular reason beyond just a missing implementation. We
 are currently contributing to [http://code.google.com/p/sardine Sardine]
 which will replace the WebDAV implementation in the future and hope to
 bring in that functionality in there.


 At least mod_webdav does not allow changing the last modified timestamp.


 {{{
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <propertyupdate xmlns="DAV:">
         <set>
                 <prop>
                         <d:getlastmodified
 xmlns:d="DAV:">2010-05-01T23:55:26Z</d:getlastmodified>
                 </prop>
         </set>
         <remove><prop/></remove>
 </propertyupdate>
 }}}

 {{{
 <D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
         <D:response>
 <D:href>/dav/anon/sardine/c1413612-2565-4b1d-9115-410476be33a3</D:href>
                 <D:propstat>
                         <D:prop><ns0:getlastmodified/></D:prop>
                         <D:status>HTTP/1.1 409 (status)</D:status>
                         <D:responsedescription>Property is read-
 only.</D:responsedescription>
                 </D:propstat>
         </D:response>
 </D:multistatus>
 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5785#comment:4>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list