Skip to content

client uploads files with extended filename #1465

Answered by abraunegg
Grimmwicht asked this question in Q&A
Discussion options

You must be logged in to vote

@Grimmwicht
The file on your local file system gets renamed, because there is a conflict. It is renamed to ensure data integrity, so that you do not lose any data. This mainly occurs when the following events are true:

  • The remote file got updated online|by someone else
  • You modified the file locally or the client 'thinks' you did based on file timestamps
    • Note: There are some major bugs with some of the Linux file managers and file indexers, that could be touching your files - modifying them / changing the timestamp, thus the client thinks you have modified them - even if you actually didn't edit the file. See: #824 (comment)

This is also a very old 'skilion' bug ... so what client ver…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Grimmwicht
Comment options

@abraunegg
Comment options

Answer selected by abraunegg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1465 on May 17, 2021 19:11.