Closed Corak667 closed 7 years ago
Please translate to English or I need to close it...
Translated, sorry. So it currently hangs on NetDrive:
"Access to removed object is not impossible"
I'm using WebDavCloudMailRu project (https://github.com/yar229/WebDavMailRuCloud), it's forked and based on your code, so i thought it could be very related problem
Is it the same bug? If so, maybe not WebDrive, but NetDrive?
As for WebDrive, Ramon replied here a time ago.
Tested NetDrive with NWebDav.Sample.HttpListener: I have file "/temp/raid_mark_soft.png", but can't open/copy it. Folder and file name does not matter.
[8]: PROPFIND:http://127.0.0.1:11111/temp:127.0.0.1:11111 - Start processing
[8]: <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:resourcetype />
<D:getcontentlength />
<D:creationdate />
<D:lastaccessed />
<D:getlastmodified />
</D:prop>
</D:propfind>
[8]: <?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:Z="urn:schemas-microsoft-com:">
<D:response>
<D:href>http://127.0.0.1:11111/temp</D:href>
<D:propstat>
<D:prop>
<D:resourcetype>
<D:collection />
</D:resourcetype>
<D:getcontentlength />
<D:creationdate>2017-03-10T21:20:30.574Z</D:creationdate>
<D:lastaccessed />
<D:getlastmodified>Fri, 10 Mar 2017 21:20:34 GMT</D:getlastmodified>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
<D:response>
<D:href>http://127.0.0.1:11111/raid_mark_soft.png</D:href>
<D:propstat>
<D:prop>
<D:resourcetype />
<D:getcontentlength>59437</D:getcontentlength>
<D:creationdate>2017-03-10T21:20:34.792Z</D:creationdate>
<D:lastaccessed />
<D:getlastmodified>Fri, 10 Mar 2017 21:20:35 GMT</D:getlastmodified>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
[8]: PROPFIND:http://127.0.0.1:11111/temp:127.0.0.1:11111 - Finished processing (2ms, HTTP result: 207)
[8]: PROPFIND:http://127.0.0.1:11111/raid_mark_soft.png:127.0.0.1:11111 - Start processing
[8]: <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:resourcetype />
<D:getcontentlength />
<D:creationdate />
<D:lastaccessed />
<D:getlastmodified />
</D:prop>
</D:propfind>
[8]: PROPFIND:http://127.0.0.1:11111/raid_mark_soft.png:127.0.0.1:11111 - Finished processing (0ms, HTTP result: 404)
Not the same bug. It's really Netdrive. (Frequently mismatching protocol half-name and this program names). Used them both long time ago,
Seems it can be a problem with NetDrive itself, so it's better to inform their developers.
I'll close this issue when it's not NWebDAV related...
First it hanged webdav service, then i had to terminate process and connection (i use NetDrive), on second try it sends errors:
Slowly tries to download, but hangs and connection lost.