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

bcollier

Re: Script to loop through saved session connections

I guess I will write a powershell script to enumerate the sessions from the registry. I just assumed winscp scripting could enumerate its own sessions.
martin

Re: Script to loop through saved session connections

Stored sessions are saved either as sections of an INI file or Keys in registry. You can iterate those.
https://winscp.net/eng/docs/config
bcollier

Script to loop through saved session connections

I need to write a script to loop through around 150 saved sessions to preform some file management. I cannot find any documentation for script/cli commands to access saved sessions. Any ideas?