I have an application where I'm performing Directory Synchronization between Local and Remote directories using WinSCP .NET assembly.
Now I want to keep overwritten remote files in the Remote recycle bin path e.g. /tmp/trash
I read the documentation for achieving the functionality, and I successfully tested it using the WinSCP GUI application.
Now I need to automate the same functionality through WinSCP .NET assembly.
How can I achieve this?