Delete remote files older than
Hi. I've been trying to figure out if this is possible with WinSCP. However, I can't see if something like the
I'm basically trying to upload the latest file and then delete anything over 1 month old on the remote server.
I haven't got SSH access so I can't do it that way.
-filemask
switch is available for the rm
command or if the synchronize
command has a remote -delete
switch, rather than a local one.
I'm basically trying to upload the latest file and then delete anything over 1 month old on the remote server.
I haven't got SSH access so I can't do it that way.