Post a reply

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

martin

Re: automation

There's no command-line option to export WinSCP configuration.
But you can configure WinSCP to use INI file instead of registry.

And then you can back up the primary INI file.
https://winscp.net/eng/docs/ui_pref_storage
vinicostasantos

Ok ...You want save the winscp.ini file every day .. that's it?


:idea:

....You can write a simple batch to do it and run with Windows Task Schedule.

On windows you can use robocopy command line to do it.

robocopy (source) (destination) /E
Guest

Hi
In WinSCP you can do backup Tools-Export/Backup configuration an it will save
ini file.
C:\Users\User\Documents\WinSCP.ini
I have to write a script to do that automatically (by system).
So everyday at 10 pm I want to have that file fresh.
Is it possible?Thanks
vinicostasantos

Could you please explain better?
Guest

please help me :(
ladywho

automation

How to auto back up the WinSCP (winSCP.ini file)?