Re: How to upload recently added files independently of last modification?
It should be rather easy to write e.g. a PowerShell script that logs already uploaded files (to a text file) and the next time it uploads only files that are not in the log yet. You can call WinSCP .NET assembly from the PowerShell script.