Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File rename cause file overwrite (missing same name verification) #207

Open
Tomi2965 opened this issue Dec 6, 2023 · 0 comments
Open

File rename cause file overwrite (missing same name verification) #207

Tomi2965 opened this issue Dec 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Tomi2965
Copy link

Tomi2965 commented Dec 6, 2023

In short: renaming file to same name as existing file will cause overwrite of existing file.

Required files for reproduction (example):

  • file "1.txt" with content "Test: 1"
  • file "2.txt" with content "Test: 2"

Reproduction:
1.) open qFlipper
2.) upload two files - 1.txt and 2.txt
3.) rename 2.txt to 1.txt
4.) old file 1.txt will disappear (or it's overwritten?)
5.) for verification download file "1.txt" - you will see content "Test: 2", not "Test: 1"

Version info:
Win10 - Latest updates
qFlipper ver 1.3.3
FZ ver 0.95.0

@Tomi2965 Tomi2965 added the bug Something isn't working label Dec 6, 2023
@Tomi2965 Tomi2965 changed the title File rename cause file (missing same name verification) File rename cause file overwrite (missing same name verification) Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant