root@localhost:~# rclone tree webdav:/└── 189    ├── test    └── upload0 directories, 0 filesroot@localhost:~# ls189  1.mp3  igbinary.sh  package.xmlroot@localhost:~# rclone copy /root/1.mp3 webdav:189/upload2025/08/22 13:34:59 ERROR : 1.mp3: Failed to copy: Method Not Allowed: 405 Method Not Allowed2025/08/22 13:34:59 ERROR : Attempt 1/3 failed with 1 errors and: Method Not Allowed: 405 Method Not Allowed2025/08/22 13:35:00 ERROR : 1.mp3: Failed to copy: Method Not Allowed: 405 Method Not Allowed2025/08/22 13:35:00 ERROR : Attempt 2/3 failed with 1 errors and: Method Not Allowed: 405 Method Not Allowed2025/08/22 13:35:01 ERROR : 1.mp3: Failed to copy: Method Not Allowed: 405 Method Not Allowed2025/08/22 13:35:01 ERROR : Attempt 3/3 failed with 1 errors and: Method Not Allowed: 405 Method Not Allowed2025/08/22 13:35:01 NOTICE: Failed to copy: Method Not Allowed: 405 Method Not Allowedroot@localhost:~# 

目前是 mkdir 和 tree 命令都正常 一到上传就报405 用docker compose复制官方的运行的

# docker-compose.ymlservices:  openlist:    image: 'openlistteam/openlist:latest'    container_name: openlist    user: '0:0' # Please replace `0:0` with the actual user ID and group ID you want to use to run OpenList.    volumes:      - './data:/opt/openlist/data'    ports:      - '5244:5244'    environment:      - UMASK=022    restart: unless-stopped

Rclone 配置文件如下(这里rclone用户是在admin权限都勾选了不行之后,看有人说新建个用户给webdav权限 试了一下还是这样的)

[webdav]type = webdavurl = http://127.0.0.1:5244/davvendor = otheruser = rclonepass = CLyTEfiuo-1rf8nfxY2E9AxIuwP5dw

域名反代 和 内网+端口都测试了 一样的问题 然后ip+端口速度明显快就保留了。

弟弟实在无头绪了,求救。