Re: Fehler im Beispielcode auf der Webseite
What INI file? There should be no INI file created when using WinSCP .NET assembly.
Maybe you are using that code to run WinSCP in scripting mode.
If you are:
- Well, do not. Use WinSCP .NET assembly instead.
- Even if you want to stick with the scripting, use
https://winscp.net/eng/docs/scripting#configuration
Maybe you are using that code to run WinSCP in scripting mode.
If you are:
- Well, do not. Use WinSCP .NET assembly instead.
- Even if you want to stick with the scripting, use
/ini=nul
to avoid creating an INI file (and even more importantly to avoid the script picking up WinSCP GUI configuration by mystake):
https://winscp.net/eng/docs/scripting#configuration