Re: Load sites from winscp.ini
To load a configuration from an INI file use:
Though note that this is not recommended.
Also there's no official and supported way to open a stored session from .NET assembly.
See WinSCP .NET assembly open stored session
What are you trying to achieve?
SessionOptions.DefaultConfiguration = false
SessionOptions.IniFilePath = ...
Though note that this is not recommended.
Also there's no official and supported way to open a stored session from .NET assembly.
See WinSCP .NET assembly open stored session
What are you trying to achieve?