We are using BizTalk Server 2020 with SFTP Adapter (WinSCP Version 5.21.5). Multiple Receive Locations and other Artefacts are running under this user.
Unfortunately our Admin contacted me that the Temp file directory of this user is increasing quickly (Location: C:\Users\<InProcess-User>\AppData\Local\Temp
) – currently we are talking about a storage capacity of 30 GB.
It seems like most of the files are related to the SFTP Adapter and used for tracking sessions during the WinSCP connections.
The InProcess user has Full control permissions to this folder.
I have following questions to this behavior
My assumption is that directly after closing the connection, the SFTP adapter functionality should be responsible deleting that file, is that correct? Additionally I installed the CU5, hoping that it was a problem with the WinSCP version.
From my blog post Max worker threads for SFTP, MQSC or DB in BizTalk there are some recommendations to avoid issues with the SFTP adapter (amended with the fix for the above issue).
Recommendations for SFTP Receive Locations