.tmp files created in Temp folder by Session
Hi,
i have a Problem with .tmp files that gets created when i call Session.Open(), this file gets updated when i call the Session.PutFiles Function.
That is a Problem, my tempfolder was full after 3 months with 65k files and i could not delete them because the process that created them is a Long living one.
Is there a way i can block the creation of These temp Files?
Example Name of the Files created: wscp3CFC.0256F2AE.tmp
Cheers
Lukas
i have a Problem with .tmp files that gets created when i call Session.Open(), this file gets updated when i call the Session.PutFiles Function.
That is a Problem, my tempfolder was full after 3 months with 65k files and i could not delete them because the process that created them is a Long living one.
Is there a way i can block the creation of These temp Files?
Session = new Session() { ExecutablePath = executablePath, DebugLogPath = null, SessionLogPath = null, DebugLogLevel = 0, }; Session.Open(SessionOptions);
Example Name of the Files created: wscp3CFC.0256F2AE.tmp
Cheers
Lukas