Hi, I have a file library that I need to synchronize with an FTP folder. Everything works fine in case of file creation, deletion, and modification. What I can't achieve is when a file is renamed in SharePoint. In this case, the modification trigger is triggered, but I don't know how to retrieve the previous file name in order to rename it in the FTP. Thanks.