Files in the lost+found folders are usually files that has no
inode for some valid reasons

. Issue "file" command to determine if that file is a text file or something. And if you are sure that the file is part of what you need. Rename the file using the "mv" command outside the lost+found directory with respect to the type of file (e.g., mv <file> ~/<new filename>).
Thanks!