ramondeklein / nwebdav

.NET implementation of the WebDAV protocol
MIT License
155 stars 42 forks source link

False upload progress percentage #55

Closed zandam-xrn closed 10 months ago

zandam-xrn commented 5 years ago

I'm trying to upload a file from Windows 10 to an instance webdav server, so I'm using the network folder method to connect the remote folder. I noticed that with file with dimension >300MB the progress percentage of the copy action is not real: it goes straigh up to 99% with a reasonable upload speed, then it seems to stop but looking at the newly created file on the server store its dimension keeps on increasing till the copy is done.

Is this a Windows issue or something related on webdav server initialization?

ramondeklein commented 10 months ago

NWebDAV doesn't report progress, so I guess it's Windows doing that.