mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-05-13 00:02:02 +08:00
#35 More work on unit tests
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:42 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HEAD / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1106
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:42 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 700
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:47 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND /PDF%20Reports/ HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 998
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:47 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/capable_green_ipad_l.png</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:46:56+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:46:56 GMT</D:getlastmodified><D:getcontentlength>116066</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND /images/ HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:51 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HEAD / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 204
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:51 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HEAD /Copy%20%284%3A11%3A14%2C%209%3A52%20PM%29.txt HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 201 Created
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:51 GMT
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
COPY /Copy.txt HTTP/1.1
|
||||
Destination: http://localhost:8080/Copy%20%284%3A11%3A14%2C%209%3A52%20PM%29.txt
|
||||
Overwrite: T
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+15
@@ -0,0 +1,15 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1448
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:51 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy%20(4:11:14,%209:52%20PM).txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:52:59 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HEAD / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
BIN
Binary file not shown.
Executable
+6
@@ -0,0 +1,6 @@
|
||||
GET /images/capable_green_ipad_l.png HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 998
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:07 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/capable_green_ipad_l.png</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:46:56+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:46:56 GMT</D:getlastmodified><D:getcontentlength>116066</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND /images/ HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 204 No Content
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:07 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
DELETE /images/capable_green_ipad_l.png HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 204 No Content
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:07 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
DELETE /images/hero_mba_11.jpg HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 204 No Content
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:07 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
DELETE /images/ HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1214
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:07 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy%20(4:11:14,%209:52%20PM).txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 201 Created
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:13 GMT
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
MOVE /Copy%20%284%3A11%3A14%2C%209%3A52%20PM%29.txt HTTP/1.1
|
||||
Destination: http://localhost:8080/Test.txt
|
||||
Overwrite: T
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1189
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:13 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Test.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 201 Created
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:14 GMT
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
MOVE /Test.txt HTTP/1.1
|
||||
Destination: http://localhost:8080/PDF%20Reports/Test.txt
|
||||
Overwrite: T
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 872
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:14 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1031
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:14 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Test.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND /PDF%20Reports/ HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:22 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HEAD / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 190
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:22 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HEAD /Test%20File.txt HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 201 Created
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:22 GMT
|
||||
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
PUT /Test%20File.txt HTTP/1.1
|
||||
Content-Length: 21
|
||||
Content-Type: text/plain
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
X-GCDWebServer-CreationDate: 2014-04-12T04:53:22+00:00
|
||||
X-GCDWebServer-ModifiedDate: Sat, 12 Apr 2014 04:53:22 GMT
|
||||
|
||||
Nothing to see here!
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1195
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:22 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Test%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T04:53:22+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 04:53:22 GMT</D:getlastmodified><D:getcontentlength>21</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 201 Created
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:35 GMT
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
MKCOL /Text%20Files/ HTTP/1.1
|
||||
Content-Length: 0
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
X-GCDWebServer-CreationDate: 2014-04-12T04:53:35+00:00
|
||||
|
||||
Executable
+15
@@ -0,0 +1,15 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1435
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:35 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Test%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T04:53:22+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 04:53:22 GMT</D:getlastmodified><D:getcontentlength>21</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Text%20Files</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 327
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:36 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/Text%20Files/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND /Text%20Files/ HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 201 Created
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:39 GMT
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
MOVE /Test%20File.txt HTTP/1.1
|
||||
Destination: http://localhost:8080/Text%20Files/Test%20File.txt
|
||||
Overwrite: T
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 201 Created
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:39 GMT
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
MOVE /Copy.txt HTTP/1.1
|
||||
Destination: http://localhost:8080/Text%20Files/Copy.txt
|
||||
Overwrite: T
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 795
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:39 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Text%20Files</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 993
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:39 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/Text%20Files/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Text%20Files/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Text%20Files/Test%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T04:53:22+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 04:53:22 GMT</D:getlastmodified><D:getcontentlength>21</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND /Text%20Files/ HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 1031
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:44 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Test.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND /PDF%20Reports/ HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 204 No Content
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:44 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
DELETE /PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 204 No Content
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:44 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
DELETE /PDF%20Reports/Test.txt HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
HTTP/1.1 204 No Content
|
||||
Cache-Control: no-cache
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:44 GMT
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
DELETE /PDF%20Reports/ HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 554
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 04:53:44 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/Text%20Files</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Depth: 1
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 99
|
||||
Host: localhost:8080
|
||||
Connection: Keep-Alive
|
||||
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
|
||||
Accept-Encoding: gzip,deflate
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
DAV: 1, 2
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
OPTIONS / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Accept: */*
|
||||
Content-Length: 0
|
||||
Connection: close
|
||||
User-Agent: WebDAVLib/1.3
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
DAV: 1, 2
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
OPTIONS / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Accept: */*
|
||||
Content-Length: 0
|
||||
Connection: close
|
||||
User-Agent: WebDAVLib/1.3
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
DAV: 1, 2
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
OPTIONS / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Accept: */*
|
||||
Content-Length: 0
|
||||
Connection: keep-alive
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 208
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 175
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:quota-available-bytes/>
|
||||
<D:quota-used-bytes/>
|
||||
<D:quota/>
|
||||
<D:quotaused/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 180
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._." does not exist</h1><h3></h3></body></html>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND /._. HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 193
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/Backups.backupdb" does not exist</h1><h3></h3></body></html>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND /Backups.backupdb HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 184
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/.hidden" does not exist</h1><h3></h3></body></html>
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
PROPFIND /.hidden HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user