Delete local files to recycle bin when synchronizing
I'd like to synchronize my local directory with a remote one (mirror from remote to local).
However, I'd like to delete my local files to recycle bin instead of permanently.
When I'm using GUI, local files seem to be deleted to recycle bin by default (an apparent contradiction with documentation), and I couldn't find any option that controls this behavior.
When I'm doing the same synchronization using script, local files are all deleted permanently.
Is there any option that I can add to the command that can change this behavior?
If not, I'd like to request this feature.
I am using the latest version of WinSCP. My script is very short and simple:
sycn.bat:
sync.txt:
However, I'd like to delete my local files to recycle bin instead of permanently.
When I'm using GUI, local files seem to be deleted to recycle bin by default (an apparent contradiction with documentation), and I couldn't find any option that controls this behavior.
When I'm doing the same synchronization using script, local files are all deleted permanently.
Is there any option that I can add to the command that can change this behavior?
If not, I'd like to request this feature.
I am using the latest version of WinSCP. My script is very short and simple:
sycn.bat:
"C:\Program Files (x86)\WinSCP\winscp.com" /log=log.txt /xmllog=log.xml /script=sync.txt
open [site] synchronize local -delete -mirror -criteria=either -transfer=binary [local directory] [remote directory] exit