1
denghongcai 2014-09-04 10:05:02 +08:00
if ((r->uri.data[r->uri.len - 1] == '/' && *(last - 1) != '/')
|| (r->uri.data[r->uri.len - 1] != '/' && *(last - 1) == '/')) { ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "both URI"%V"and"Destination"URI"%V" " "should be either collections or non-collections", &r->uri, &dest->value); return NGX_HTTP_CONFLICT; } 从http_dav module的代码来说,是你的姿势不对吧…… |
2
Livid MOD OP @denghongcai 你用 Transmit 试一下吧,OS X 下非常流行的文件传输客户端。
|
3
ohsc 2014-09-04 10:15:02 +08:00
|
4
ohsc 2014-09-04 10:15:26 +08:00
|
5
denghongcai 2014-09-04 10:29:21 +08:00 1
@Livid 我不是Mac,直接发包用MOVE指令操作是没问题的
|