Is it possible to use a timestamp pre/post-fixed to the filename to differentiate between multiple files of the same name from different locations that someone may be working on at once?
Example:
/root/site/index.html
/root/site/subdirectory/index.html
Currently, if I work with two files of the same name, the first file asked to be "edit"'ed will be overwritten by the second and CoreFTP will only keep a reference to the 2nd file in memory (or however it works). I think affixing a timestamp to the filename either at the end or beginning (and stripped prior to reupload) would solve this problem.