I downloaded a lot of files within multiple subdirectories from a remote FTP server, the issue is that these files have non latin file names and they downloaded with weird characters like: ë, Ã, ì, ù, à and ط§ظ„ظ…ط±
Is there a way to roll back these file names to their original names? maybe with a windows based batch tool?
Thanks!
P.S. I’m doing this just so i can upload the files with the correct names to a new server.
In PowerShell:
might work. The whole
Rename-Itemcall could maybe be done easier, but I usually run into trouble when not using the full path so I err on the side of caution.