Problems with Internxt and webdav

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

Some files are uploaded but lots of errors relating to
Update mkParentDir failed

Run the command 'rclone version' and share the full output of the command.

YES

Which cloud storage system are you using? (eg Google Drive)

Internxt - webdav

The command you were trying to run (eg rclone copy /tmp remote:tmp)

/usr/bin/rclone sync /media/PGP/PGP/ inter:PGP  --progress --low-level-retries=5 --skip-links --log-file=/home/ard/Desktop/rclone.log --log-level INFO

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[inter]
type = webdav
url = https://webdav.local.internxt.com:3005
vendor = other

Paste config here

A log from the command that you were trying to run with the -vv flag

2025/03/26 10:21:15 ERROR : To_Do/PERMIS_INTERNATIONAL.pdf: Failed to copy: Update mkParentDir failed: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Not Found</pre>
</body>
</html>: 404 Not Found
2025/03/26 10:21:15 ERROR : To_Do/.directory: Failed to copy: Update mkParentDir failed: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Not Found</pre>
</body>
</html>: 404 Not Found

please post the full output of

  • rclone version
  • full debug log

since the error is with mkdir, perhaps for testing use rclone mkdir
to keep the logs small, use --low-level-retries=1 --retries=1