Images disappearing after moving to static folder

Problem description:
I am working on a web app with Django on my mobile. When I upload images from my storage to my repl, it works fine but when I try to move it to my static folder with mv command in shell, the images just disappear without any error.

Expected behavior:
When I move images to static foldet, it should be displayed there.

Actual behavior:
When I move images to static folder they just disappear without any error.

Steps to reproduce
Create a django template and create static folder in it. Upload image to your repl and try to move it to static folder.

Browser/OS/Device:
Replit app for android