mirror of
https://github.com/rclone/rclone.git
synced 2026-09-21 21:36:03 -04:00
Internxt stores a file as a (plainName, type) pair and never derives the split itself, so it is a convention shared between clients. This backend split at the final dot, storing and looking up ".bashrc" as an empty name of type "bashrc", where the web, desktop, Linux and macOS clients all keep the leading dot in plainName. List rebuilt the full name so such files appeared, but NewObject looked them up by the split and missed them.