Hi I have some problem with rclone connection to sharepoint with ntlm auth...
I installed the rclone 1.59 version under ubuntu 20.04 and configured like WebDAV, but if I try to use "ls/lsd/mount/sync" I get service unavailable
config:
https://paste.ofcode.org/UzgaDpAvSFHXB9rf9UWyMh
If I try the same URL with curl --ntlm argument it's working without any problem, so I checked the communication with TCPdump there is no outgoing communication on interface!?
rclone ls -vvv k2:/sites/9019
2022/08/16 09:41:44 DEBUG : rclone: Version "v1.59.0" starting with parameters ["rclone" "ls" "-vvv" "k2:/sites/9019"]
2022/08/16 09:41:44 DEBUG : Creating backend with remote "k2:/sites/9019"
2022/08/16 09:41:44 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/08/16 09:41:44 DEBUG : found headers:
2022/08/16 09:41:44 Failed to create file system for "k2:/sites/9019": read metadata failed: Propfind "https://URL/sites/9019": Service Unavailable
TCPDump:
"# tcpdump -i bond0 host xxx.xxx.xxx.xxx -vv
tcpdump: listening on bond0, link-type EN10MB (Ethernet), capture size 262144 bytes
(nothing)
rclone ls :k2: --webdav-url=https://URL/sites/9019/ --webdav-vendor=sharepoint-ntlm --webdav-user=domain\user --webdav-pass=passwd
same...