1
|
==== 345 ==========
|
2
|
PROPFIND https://dav.example.com/uploads/sample%20(2).html HTTP/1.1
|
3
|
Connection: Keep-Alive
|
4
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
5
|
Depth: 0
|
6
|
translate: f
|
7
|
Content-Length: 0
|
8
|
Authorization: *************
|
9
|
Host: 192.168.0.2
|
10
|
|
11
|
|
12
|
HTTP/1.1 404 Not Found
|
13
|
Date: Sun, 21 Jul 2019 04:42:33 GMT
|
14
|
Server: Apache
|
15
|
Content-Length: 240
|
16
|
Keep-Alive: timeout=5, max=100
|
17
|
Connection: Keep-Alive
|
18
|
Content-Type: text/html; charset=iso-8859-1
|
19
|
|
20
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
21
|
<html><head>
|
22
|
<title>404 Not Found</title>
|
23
|
</head><body>
|
24
|
<h1>Not Found</h1>
|
25
|
<p>The requested URL /uploads/sample (2).html was not found on this server.</p>
|
26
|
</body></html>
|
27
|
|
28
|
==== 346 ==========
|
29
|
LOCK https://dav.example.com/uploads/sample.html HTTP/1.1
|
30
|
Cache-Control: no-cache
|
31
|
Connection: Keep-Alive
|
32
|
Pragma: no-cache
|
33
|
Content-Type: text/xml; charset="utf-8"
|
34
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
35
|
translate: f
|
36
|
Timeout: Second-3600
|
37
|
Content-Length: 199
|
38
|
Authorization: *************
|
39
|
Host: 192.168.0.2
|
40
|
|
41
|
<?xml version="1.0" encoding="utf-8" ?><D:lockinfo xmlns:D="DAV:"><D:lockscope><D:exclusive/></D:lockscope><D:locktype><D:write/></D:locktype><D:owner><D:href>user</D:href></D:owner></D:lockinfo>
|
42
|
HTTP/1.1 200 OK
|
43
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
44
|
Server: Apache
|
45
|
Lock-Token: <opaquelocktoken:3214a9ea-6878-4aa7-9ef6-7d0c18db314e>
|
46
|
Content-Length: 450
|
47
|
Keep-Alive: timeout=5, max=100
|
48
|
Connection: Keep-Alive
|
49
|
Content-Type: text/xml; charset="utf-8"
|
50
|
|
51
|
<?xml version="1.0" encoding="utf-8"?>
|
52
|
<D:prop xmlns:D="DAV:">
|
53
|
<D:lockdiscovery>
|
54
|
<D:activelock>
|
55
|
<D:locktype><D:write/></D:locktype>
|
56
|
<D:lockscope><D:exclusive/></D:lockscope>
|
57
|
<D:depth>infinity</D:depth>
|
58
|
<ns0:owner xmlns:ns0="DAV:"><ns0:href>user</ns0:href></ns0:owner><D:timeout>Second-3600</D:timeout>
|
59
|
<D:locktoken>
|
60
|
<D:href>opaquelocktoken:3214a9ea-6878-4aa7-9ef6-7d0c18db314e</D:href>
|
61
|
</D:locktoken>
|
62
|
</D:activelock>
|
63
|
|
64
|
</D:lockdiscovery>
|
65
|
</D:prop>
|
66
|
==== 347 ==========
|
67
|
HEAD https://dav.example.com/uploads/sample.html HTTP/1.1
|
68
|
Connection: Keep-Alive
|
69
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
70
|
Host: 192.168.0.2
|
71
|
|
72
|
|
73
|
HTTP/1.1 401 Unauthorized
|
74
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
75
|
Server: Apache
|
76
|
WWW-Authenticate: Basic realm="DAV-upload"
|
77
|
Keep-Alive: timeout=5, max=99
|
78
|
Connection: Keep-Alive
|
79
|
Content-Type: text/html; charset=iso-8859-1
|
80
|
|
81
|
|
82
|
==== 348 ==========
|
83
|
HEAD https://dav.example.com/uploads/sample.html HTTP/1.1
|
84
|
Connection: Keep-Alive
|
85
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
86
|
Authorization: *************
|
87
|
Host: 192.168.0.2
|
88
|
|
89
|
|
90
|
HTTP/1.1 200 OK
|
91
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
92
|
Server: Apache
|
93
|
Last-Modified: Sun, 21 Jul 2019 04:37:31 GMT
|
94
|
ETag: "536-58e2984811ac4"
|
95
|
Accept-Ranges: bytes
|
96
|
Content-Length: 1334
|
97
|
Keep-Alive: timeout=5, max=98
|
98
|
Connection: Keep-Alive
|
99
|
Content-Type: text/html; charset=UTF-8
|
100
|
|
101
|
|
102
|
==== 349 ==========
|
103
|
PUT https://dav.example.com/uploads/sample.html HTTP/1.1
|
104
|
Connection: Keep-Alive
|
105
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
106
|
If: (<opaquelocktoken:3214a9ea-6878-4aa7-9ef6-7d0c18db314e>)
|
107
|
translate: f
|
108
|
Content-Length: 0
|
109
|
Authorization: *************
|
110
|
Host: 192.168.0.2
|
111
|
|
112
|
|
113
|
HTTP/1.1 204 No Content
|
114
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
115
|
Server: Apache
|
116
|
Keep-Alive: timeout=5, max=97
|
117
|
Connection: Keep-Alive
|
118
|
Content-Type: text/html; charset=UTF-8
|
119
|
|
120
|
|
121
|
==== 350 ==========
|
122
|
PROPPATCH https://dav.example.com/uploads/sample.html HTTP/1.1
|
123
|
Cache-Control: no-cache
|
124
|
Connection: Keep-Alive
|
125
|
Pragma: no-cache
|
126
|
Content-Type: text/xml; charset="utf-8"
|
127
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
128
|
If: (<opaquelocktoken:3214a9ea-6878-4aa7-9ef6-7d0c18db314e>)
|
129
|
translate: f
|
130
|
Content-Length: 443
|
131
|
Authorization: *************
|
132
|
Host: 192.168.0.2
|
133
|
|
134
|
<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:Z="urn:schemas-microsoft-com:"><D:set><D:prop><Z:Win32CreationTime>Fri, 19 Jul 2019 12:26:01 GMT</Z:Win32CreationTime><Z:Win32LastAccessTime>Sat, 20 Jul 2019 12:42:24 GMT</Z:Win32LastAccessTime><Z:Win32LastModifiedTime>Sat, 20 Jul 2019 12:42:24 GMT</Z:Win32LastModifiedTime><Z:Win32FileAttributes>00000020</Z:Win32FileAttributes></D:prop></D:set></D:propertyupdate>
|
135
|
HTTP/1.1 207 Multi-Status
|
136
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
137
|
Server: Apache
|
138
|
Content-Length: 422
|
139
|
Keep-Alive: timeout=5, max=96
|
140
|
Connection: Keep-Alive
|
141
|
Content-Type: text/xml; charset="utf-8"
|
142
|
|
143
|
<?xml version="1.0" encoding="utf-8"?>
|
144
|
<D:multistatus xmlns:D="DAV:" xmlns:ns1="urn:schemas-microsoft-com:" xmlns:ns0="DAV:">
|
145
|
<D:response>
|
146
|
<D:href>/uploads/sample.html</D:href>
|
147
|
<D:propstat>
|
148
|
<D:prop>
|
149
|
<ns1:Win32CreationTime/>
|
150
|
<ns1:Win32LastAccessTime/>
|
151
|
<ns1:Win32LastModifiedTime/>
|
152
|
<ns1:Win32FileAttributes/>
|
153
|
</D:prop>
|
154
|
<D:status>HTTP/1.1 200 OK</D:status>
|
155
|
</D:propstat>
|
156
|
</D:response>
|
157
|
</D:multistatus>
|
158
|
|
159
|
==== 351 ==========
|
160
|
UNLOCK https://dav.example.com/uploads/sample.html HTTP/1.1
|
161
|
Cache-Control: no-cache
|
162
|
Connection: Keep-Alive
|
163
|
Pragma: no-cache
|
164
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
165
|
translate: f
|
166
|
Lock-Token: <opaquelocktoken:3214a9ea-6878-4aa7-9ef6-7d0c18db314e>
|
167
|
Authorization: *************
|
168
|
Host: 192.168.0.2
|
169
|
Content-Length: 0
|
170
|
|
171
|
|
172
|
HTTP/1.1 204 No Content
|
173
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
174
|
Server: Apache
|
175
|
Keep-Alive: timeout=5, max=95
|
176
|
Connection: Keep-Alive
|
177
|
Content-Type: text/html; charset=UTF-8
|
178
|
|
179
|
|
180
|
==== 352 ==========
|
181
|
PROPFIND https://dav.example.com/uploads/sample.html HTTP/1.1
|
182
|
Connection: Keep-Alive
|
183
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
184
|
Depth: 0
|
185
|
translate: f
|
186
|
Content-Length: 0
|
187
|
Authorization: *************
|
188
|
Host: 192.168.0.2
|
189
|
|
190
|
|
191
|
HTTP/1.1 207 Multi-Status
|
192
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
193
|
Server: Apache
|
194
|
Content-Length: 1315
|
195
|
Keep-Alive: timeout=5, max=94
|
196
|
Connection: Keep-Alive
|
197
|
Content-Type: text/xml; charset="utf-8"
|
198
|
|
199
|
<?xml version="1.0" encoding="utf-8"?>
|
200
|
<D:multistatus xmlns:D="DAV:">
|
201
|
<D:response xmlns:ns0="DAV:" xmlns:ns1="urn:schemas-microsoft-com:" xmlns:lp1="DAV:" xmlns:lp3="http://subversion.tigris.org/xmlns/dav/" xmlns:lp2="http://apache.org/dav/props/">
|
202
|
<D:href>/uploads/sample.html</D:href>
|
203
|
<D:propstat>
|
204
|
<D:prop>
|
205
|
<ns1:Win32CreationTime>Fri, 19 Jul 2019 12:26:01 GMT</ns1:Win32CreationTime>
|
206
|
<ns1:Win32LastAccessTime>Sat, 20 Jul 2019 12:42:24 GMT</ns1:Win32LastAccessTime>
|
207
|
<ns1:Win32LastModifiedTime>Sat, 20 Jul 2019 12:42:24 GMT</ns1:Win32LastModifiedTime>
|
208
|
<ns1:Win32FileAttributes>00000020</ns1:Win32FileAttributes>
|
209
|
<lp1:resourcetype/>
|
210
|
<lp1:creationdate>2019-07-21T04:42:34Z</lp1:creationdate>
|
211
|
<lp1:getcontentlength>0</lp1:getcontentlength>
|
212
|
<lp1:getlastmodified>Sun, 21 Jul 2019 04:42:34 GMT</lp1:getlastmodified>
|
213
|
<lp1:getetag>"0-58e2996912ded"</lp1:getetag>
|
214
|
<lp2:executable>F</lp2:executable>
|
215
|
<D:supportedlock>
|
216
|
<D:lockentry>
|
217
|
<D:lockscope><D:exclusive/></D:lockscope>
|
218
|
<D:locktype><D:write/></D:locktype>
|
219
|
</D:lockentry>
|
220
|
<D:lockentry>
|
221
|
<D:lockscope><D:shared/></D:lockscope>
|
222
|
<D:locktype><D:write/></D:locktype>
|
223
|
</D:lockentry>
|
224
|
</D:supportedlock>
|
225
|
<D:lockdiscovery/>
|
226
|
<D:getcontenttype>text/html</D:getcontenttype>
|
227
|
</D:prop>
|
228
|
<D:status>HTTP/1.1 200 OK</D:status>
|
229
|
</D:propstat>
|
230
|
</D:response>
|
231
|
</D:multistatus>
|
232
|
|
233
|
==== 353 ==========
|
234
|
LOCK https://dav.example.com/uploads/sample.html HTTP/1.1
|
235
|
Cache-Control: no-cache
|
236
|
Connection: Keep-Alive
|
237
|
Pragma: no-cache
|
238
|
Content-Type: text/xml; charset="utf-8"
|
239
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
240
|
translate: f
|
241
|
Timeout: Second-3600
|
242
|
Content-Length: 199
|
243
|
Authorization: *************
|
244
|
Host: 192.168.0.2
|
245
|
|
246
|
<?xml version="1.0" encoding="utf-8" ?><D:lockinfo xmlns:D="DAV:"><D:lockscope><D:exclusive/></D:lockscope><D:locktype><D:write/></D:locktype><D:owner><D:href>user</D:href></D:owner></D:lockinfo>
|
247
|
HTTP/1.1 200 OK
|
248
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
249
|
Server: Apache
|
250
|
Lock-Token: <opaquelocktoken:a55549b6-3c79-42c6-80a6-c2d17f604e96>
|
251
|
Content-Length: 450
|
252
|
Keep-Alive: timeout=5, max=93
|
253
|
Connection: Keep-Alive
|
254
|
Content-Type: text/xml; charset="utf-8"
|
255
|
|
256
|
<?xml version="1.0" encoding="utf-8"?>
|
257
|
<D:prop xmlns:D="DAV:">
|
258
|
<D:lockdiscovery>
|
259
|
<D:activelock>
|
260
|
<D:locktype><D:write/></D:locktype>
|
261
|
<D:lockscope><D:exclusive/></D:lockscope>
|
262
|
<D:depth>infinity</D:depth>
|
263
|
<ns0:owner xmlns:ns0="DAV:"><ns0:href>user</ns0:href></ns0:owner><D:timeout>Second-3600</D:timeout>
|
264
|
<D:locktoken>
|
265
|
<D:href>opaquelocktoken:a55549b6-3c79-42c6-80a6-c2d17f604e96</D:href>
|
266
|
</D:locktoken>
|
267
|
</D:activelock>
|
268
|
|
269
|
</D:lockdiscovery>
|
270
|
</D:prop>
|
271
|
==== 354 ==========
|
272
|
PROPPATCH https://dav.example.com/uploads/sample.html HTTP/1.1
|
273
|
Cache-Control: no-cache
|
274
|
Connection: Keep-Alive
|
275
|
Pragma: no-cache
|
276
|
Content-Type: text/xml; charset="utf-8"
|
277
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
278
|
If: (<opaquelocktoken:a55549b6-3c79-42c6-80a6-c2d17f604e96>)
|
279
|
translate: f
|
280
|
Content-Length: 240
|
281
|
Authorization: *************
|
282
|
Host: 192.168.0.2
|
283
|
|
284
|
<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:Z="urn:schemas-microsoft-com:"><D:set><D:prop><Z:Win32LastModifiedTime>Sun, 21 Jul 2019 04:25:47 GMT</Z:Win32LastModifiedTime></D:prop></D:set></D:propertyupdate>
|
285
|
HTTP/1.1 207 Multi-Status
|
286
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
287
|
Server: Apache
|
288
|
Content-Length: 340
|
289
|
Keep-Alive: timeout=5, max=92
|
290
|
Connection: Keep-Alive
|
291
|
Content-Type: text/xml; charset="utf-8"
|
292
|
|
293
|
<?xml version="1.0" encoding="utf-8"?>
|
294
|
<D:multistatus xmlns:D="DAV:" xmlns:ns1="urn:schemas-microsoft-com:" xmlns:ns0="DAV:">
|
295
|
<D:response>
|
296
|
<D:href>/uploads/sample.html</D:href>
|
297
|
<D:propstat>
|
298
|
<D:prop>
|
299
|
<ns1:Win32LastModifiedTime/>
|
300
|
</D:prop>
|
301
|
<D:status>HTTP/1.1 200 OK</D:status>
|
302
|
</D:propstat>
|
303
|
</D:response>
|
304
|
</D:multistatus>
|
305
|
|
306
|
==== 355 ==========
|
307
|
HEAD https://dav.example.com/uploads/sample.html HTTP/1.1
|
308
|
Connection: Keep-Alive
|
309
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
310
|
Host: 192.168.0.2
|
311
|
|
312
|
|
313
|
HTTP/1.1 401 Unauthorized
|
314
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
315
|
Server: Apache
|
316
|
WWW-Authenticate: Basic realm="DAV-upload"
|
317
|
Keep-Alive: timeout=5, max=91
|
318
|
Connection: Keep-Alive
|
319
|
Content-Type: text/html; charset=iso-8859-1
|
320
|
|
321
|
|
322
|
==== 356 ==========
|
323
|
HEAD https://dav.example.com/uploads/sample.html HTTP/1.1
|
324
|
Connection: Keep-Alive
|
325
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
326
|
Authorization: *************
|
327
|
Host: 192.168.0.2
|
328
|
|
329
|
|
330
|
HTTP/1.1 200 OK
|
331
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
332
|
Server: Apache
|
333
|
Last-Modified: Sun, 21 Jul 2019 04:42:34 GMT
|
334
|
ETag: W/"0-58e2996912ded"
|
335
|
Accept-Ranges: bytes
|
336
|
Keep-Alive: timeout=5, max=90
|
337
|
Connection: Keep-Alive
|
338
|
Content-Type: text/html; charset=UTF-8
|
339
|
|
340
|
|
341
|
==== 357 ==========
|
342
|
PUT https://dav.example.com/uploads/sample.html HTTP/1.1
|
343
|
Connection: Keep-Alive
|
344
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
345
|
If: (<opaquelocktoken:a55549b6-3c79-42c6-80a6-c2d17f604e96>)
|
346
|
translate: f
|
347
|
Content-Length: 1334
|
348
|
Authorization: *************
|
349
|
Host: 192.168.0.2
|
350
|
|
351
|
<!DOCTYPE html>
|
352
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
353
|
|
354
|
<head>
|
355
|
<meta charset="utf-8" />
|
356
|
<title>keywords</title>
|
357
|
<style>
|
358
|
@import url(main.css);
|
359
|
</style>
|
360
|
</head>
|
361
|
|
362
|
<body>
|
363
|
<h1>?????????P????????C?????</h1>
|
364
|
<h2>????????????????N</h2>
|
365
|
<h3>2019-07-20</h3>
|
366
|
<div class="tag_list">
|
367
|
<ul>
|
368
|
<li>???C???</li>
|
369
|
<li>?????L????</li>
|
370
|
<li>??L????P</li>
|
371
|
</ul>
|
372
|
</div>
|
373
|
<h3>2019-07-20</h3>
|
374
|
<div class="tag_list">
|
375
|
<ul>
|
376
|
<li>???E??????</li>
|
377
|
<li>solitudejs?????????????add??????????????????????????????</li>
|
378
|
</ul>
|
379
|
</div>
|
380
|
<h3>2019-07-19</h3>
|
381
|
<div class="tag_list">
|
382
|
<ul>
|
383
|
<li>?????L????</li>
|
384
|
<li>??\???E??N????</li>
|
385
|
<li>???????</li>
|
386
|
<li>?????????????</li>
|
387
|
</ul>
|
388
|
</div>
|
389
|
<h3>2019-07-18</h3>
|
390
|
<div class="tag_list">
|
391
|
<ul>
|
392
|
<li>???????</li>
|
393
|
<li>???L?????????</li>
|
394
|
<li>???????N???</li>
|
395
|
<li>?????C???N???C?</li>
|
396
|
<li>WinScp???????????????????</li>
|
397
|
<li>private??????????????P???????????N????</li>
|
398
|
<li>???????P</li>
|
399
|
<li>?????L????</li>
|
400
|
</ul>
|
401
|
</div>
|
402
|
<h3>2019-07-17</h3>
|
403
|
<div class="tag_list">
|
404
|
<ul>
|
405
|
<li>???????N???</li>
|
406
|
<li>?????\?????????????</li>
|
407
|
<li>????????????????????????</li>
|
408
|
</ul>
|
409
|
</div>
|
410
|
</body>
|
411
|
|
412
|
</html>
|
413
|
HTTP/1.1 204 No Content
|
414
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
415
|
Server: Apache
|
416
|
Keep-Alive: timeout=5, max=89
|
417
|
Connection: Keep-Alive
|
418
|
Content-Type: text/html; charset=UTF-8
|
419
|
|
420
|
|
421
|
==== 358 ==========
|
422
|
PROPPATCH https://dav.example.com/uploads/sample.html HTTP/1.1
|
423
|
Cache-Control: no-cache
|
424
|
Connection: Keep-Alive
|
425
|
Pragma: no-cache
|
426
|
Content-Type: text/xml; charset="utf-8"
|
427
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
428
|
If: (<opaquelocktoken:a55549b6-3c79-42c6-80a6-c2d17f604e96>)
|
429
|
translate: f
|
430
|
Content-Length: 443
|
431
|
Authorization: *************
|
432
|
Host: 192.168.0.2
|
433
|
|
434
|
<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate xmlns:D="DAV:" xmlns:Z="urn:schemas-microsoft-com:"><D:set><D:prop><Z:Win32CreationTime>Fri, 19 Jul 2019 12:26:01 GMT</Z:Win32CreationTime><Z:Win32LastAccessTime>Sat, 20 Jul 2019 12:42:24 GMT</Z:Win32LastAccessTime><Z:Win32LastModifiedTime>Sun, 21 Jul 2019 04:25:47 GMT</Z:Win32LastModifiedTime><Z:Win32FileAttributes>00000020</Z:Win32FileAttributes></D:prop></D:set></D:propertyupdate>
|
435
|
HTTP/1.1 207 Multi-Status
|
436
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
437
|
Server: Apache
|
438
|
Content-Length: 422
|
439
|
Keep-Alive: timeout=5, max=88
|
440
|
Connection: Keep-Alive
|
441
|
Content-Type: text/xml; charset="utf-8"
|
442
|
|
443
|
<?xml version="1.0" encoding="utf-8"?>
|
444
|
<D:multistatus xmlns:D="DAV:" xmlns:ns1="urn:schemas-microsoft-com:" xmlns:ns0="DAV:">
|
445
|
<D:response>
|
446
|
<D:href>/uploads/sample.html</D:href>
|
447
|
<D:propstat>
|
448
|
<D:prop>
|
449
|
<ns1:Win32CreationTime/>
|
450
|
<ns1:Win32LastAccessTime/>
|
451
|
<ns1:Win32LastModifiedTime/>
|
452
|
<ns1:Win32FileAttributes/>
|
453
|
</D:prop>
|
454
|
<D:status>HTTP/1.1 200 OK</D:status>
|
455
|
</D:propstat>
|
456
|
</D:response>
|
457
|
</D:multistatus>
|
458
|
|
459
|
==== 359 ==========
|
460
|
UNLOCK https://dav.example.com/uploads/sample.html HTTP/1.1
|
461
|
Cache-Control: no-cache
|
462
|
Connection: Keep-Alive
|
463
|
Pragma: no-cache
|
464
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
465
|
translate: f
|
466
|
Lock-Token: <opaquelocktoken:a55549b6-3c79-42c6-80a6-c2d17f604e96>
|
467
|
Authorization: *************
|
468
|
Host: 192.168.0.2
|
469
|
Content-Length: 0
|
470
|
|
471
|
|
472
|
HTTP/1.1 204 No Content
|
473
|
Date: Sun, 21 Jul 2019 04:42:34 GMT
|
474
|
Server: Apache
|
475
|
Keep-Alive: timeout=5, max=87
|
476
|
Connection: Keep-Alive
|
477
|
Content-Type: text/html; charset=UTF-8
|
478
|
|
479
|
|
480
|
==== 389 ==========
|
481
|
PROPFIND https://dav.example.com/uploads/daily_done/desktop.ini HTTP/1.1
|
482
|
Connection: Keep-Alive
|
483
|
User-Agent: Microsoft-WebDAV-MiniRedir/10.0.17763
|
484
|
Depth: 0
|
485
|
translate: f
|
486
|
Content-Length: 0
|
487
|
Authorization: *************
|
488
|
Host: 192.168.0.2
|
489
|
|
490
|
|
491
|
HTTP/1.1 404 Not Found
|
492
|
Date: Sun, 21 Jul 2019 04:44:36 GMT
|
493
|
Server: Apache
|
494
|
Content-Length: 236
|
495
|
Keep-Alive: timeout=5, max=100
|
496
|
Connection: Keep-Alive
|
497
|
Content-Type: text/html; charset=iso-8859-1
|
498
|
|
499
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
500
|
<html><head>
|
501
|
<title>404 Not Found</title>
|
502
|
</head><body>
|
503
|
<h1>Not Found</h1>
|
504
|
<p>The requested URL /uploads/daily_done/desktop.ini was not found on this server.</p>
|
505
|
</body></html>
|
506
|
|