Head not found with Webdav

Hi:

I have some problems when I use rclone to connect Ctfile webdav services.

Environment:

  •      macOS 10.13.3
    
  •      rclone v1.39-187-g21faac6eβ
            - os/arch: darwin/amd64
            - go version: go1.10
    

I try to use rclone command line to list my webdav files.

rclone ls chentong:

Things go wrong sometimes.
I got some error from shell.

2018/02/28 18:07:31 ERROR : : error listing: couldn’t list files: No ‘Authorization: Digest’ header found. Either the client didn’t send one, or the server is misconfigured

2018/02/28 18:07:31 Failed to ls: couldn’t list files: No ‘Authorization: Digest’ header found. Either the client didn’t send one, or the server is misconfigured

I make sure login information is right.Ctfile’s server is normal.

After that I use rclone debug command to get some infomation.

rclone ls -vv --dump-bodies chengtong: &>rclone-chengtong.txt

You can get debug information from rclone-chengtong.txt.

English is not my native language; please excuse typing errors.
Thanks for your help.

rclone doesn’t support digest authenticaton yet, only basic authentication.

Can you please make a new issue on github about this and we can take a look - thanks!

OK ,I will make it.
Thanks.

1 Like