Case (In)Sensativity Bug

When renaming a file in SmartFTP, the case sensitivity is not taken into account to either allow or disallow the file name change. Since case sensitivity matters on some servers, the program should do a case-sensitive compare and base the file rename on that result instead of the current case-insensitive compare.

To replicate:
1. Upload any "file.EXT";
2. Try to rename to "file.ext"; the file name change is not made.

The program thinks the file names are the same, and will not rename them.

Thanks

Can you post the log from the Remote Browser?

Thank you.
Mat