Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

imthenachoman

Understood. Thank you!
martin

imthenachoman wrote:

Thanks. Is it possible to recreate the folder structure in the recycle bin and/or use date/time in recycle bin folder so it'll create a new recycle bin folder for each day?

No, this is not supported.
imthenachoman

Thanks. Is it possible to recreate the folder structure in the recycle bin and/or use date/time in recycle bin folder so it'll create a new recycle bin folder for each day?
imthenachoman

backup files on remote with monitored synchronization

Is it possible to get WinSCP to make a backup of a file on a remote when doing syncing? For example, if a file that exists locally and on the remote is updated locally, then before WinSCP updates the remote file it would make a backup.

Let us say I had this:
local:

    /path/to/file.txt

remote:
    /path/to/file.txt

And I make an update to the file locally, then after the sync it should end up like this:
local:

    /path/to/file.txt

remote:
    /path/to/file.txt
    /path/to/file.txt.20181221032003.001

Or something like it....