Simple .NET Set Up - System.TimeoutException
I'm running a brand-new .NET installation using 5.7.7 and I'm receiving the following timeout error:
I've ensured that the user has read/write permissions to the C:\Windows\TEMP\ folder.
I'm using code very similar to the VB.NET example (https://winscp.net/eng/docs/library#vbnet). The WinSCP.exe and WinSCPnet.dll files are located in the /Bin folder of the site.
Any suggestions as to what might be going on? Any help is greatly appreciated.
System.TimeoutException: Timeout waiting for WinSCP to respond - WinSCP has not responded in time (response log file C:\Windows\TEMP\wscp1230.017D53CE.tmp was not created). This could indicate lack of write permissions to the log folder or problems starting WinSCP itself. at WinSCP.Session.CheckForTimeout(String additional) at WinSCP.Session.Open(SessionOptions sessionOptions)
I've ensured that the user has read/write permissions to the C:\Windows\TEMP\ folder.
I'm using code very similar to the VB.NET example (https://winscp.net/eng/docs/library#vbnet). The WinSCP.exe and WinSCPnet.dll files are located in the /Bin folder of the site.
Any suggestions as to what might be going on? Any help is greatly appreciated.