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

martin

Re: Move multiple sites into a new folder

There's no easy way, yet. You can vote the feature request here:
Issue 2041 – Allow operating with multiple sites on Login dialog

Meanwhile, all you can do is to export the WinSCP configuration to an INI file and do some smart (regex-based?) search and replace of the section names. Something like:
(\[Sessions\\)(.*\])=>$1\folder$2
And then import back (after removing the HKCU\SOFTWARE\Martin Prikryl\WinSCP 2\Sessions registry key).
Be careful, backup the WinSCP registry before.
smueller72

Move multiple sites into a new folder

I have 400+ sites within WinSCP and want to move them into one folder. Is there a way to do so?