Instead of “moving” the files try using “cp” to copy the files and once copied, validate the copied files, ensure they are ok, then use “rm” to remove the original files.
Google for “Linux copy files examples” and “Linux delete files examples”
Edit:
RSYNC or GRSYNC could also be used.
Also opening two “folder” applications and dragging and dropping between folders.