Opened 15 years ago

Closed 15 years ago

#21 closed defect (fixed)

xcopy file to Apache DAV creates wrong file on DAV

Reported by: HerwigB Owned by: Yuri Dario
Priority: major Milestone: NdpDav 1.1.2
Component: Plugin Version: 1.1.1 GA
Keywords: Cc: herwig.bauernfeind@…

Description

If I use xcopy.exe to copy a file to an Apache DAV folder the file ends up there with twice the size of the original and the first half of the file filled with 00x and the original file content appended after that.

Using copy command works normally.

100% reproducable with _divers WebDAV.

Change History (1)

comment:1 Changed 15 years ago by Yuri Dario

Resolution: fixed
Status: newclosed

(changeset:61) do not move file pointer on set size calls. Adjust buffer size for 0-write calls (like the setsize one).

Note: See TracTickets for help on using tickets.