What is your current rclone version (output from rclone version)?
rclone v1.55.1
os/type: windows
os/arch: amd64
go/version: go1.16.3
go/linking: dynamic
go/tags: cmount
What problem are you are trying to solve?
When nounc is true in the conf (explanation) and a file transfer is attempted that would exceed the Windows path length limit, the error message reads "The system could not find the path". The problem is that this error message is ambiguous.
How do you think rclone should be changed to solve that?
An error message specifically for this case should appear. That could be solved by counting the path length before transferring on Windows machines. As I don't know how rclone works on the inside, I have no idea if this is realistic.
How to use GitHub
Please use the 👍reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
The text was updated successfully, but these errors were encountered:
The associated forum post URL from
https://forum.rclone.org
https://forum.rclone.org/t/display-warnings-for-paths-that-exceed-windows-path-length-limit/26608
What is your current rclone version (output from
rclone version
)?rclone v1.55.1
What problem are you are trying to solve?
When nounc is true in the conf (explanation) and a file transfer is attempted that would exceed the Windows path length limit, the error message reads "The system could not find the path". The problem is that this error message is ambiguous.
How do you think rclone should be changed to solve that?
An error message specifically for this case should appear. That could be solved by counting the path length before transferring on Windows machines. As I don't know how rclone works on the inside, I have no idea if this is realistic.
How to use GitHub
The text was updated successfully, but these errors were encountered: