A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
BizTalk’s SFTP adapter does not expose a configurable “log level” setting in the transport properties. When a Log folder is configured on the SFTP transport, the adapter writes detailed WinSCP session logs, and this behavior cannot be tuned to a more minimal level from BizTalk itself.
Available SFTP‑related improvements in BizTalk 2020 focus on:
- Upgrading the embedded WinSCP version.
- Adding an Error Threshold property to disable the receive location after a certain number of errors.
- Writing SFTP receive‑location exceptions to the Windows Event Log for troubleshooting.
These changes (delivered via cumulative updates) do not include any property to reduce or change the verbosity of the SFTP session log written to the configured Log folder.
If the only requirement is to verify that access is granted and basic connectivity works, the alternatives within BizTalk are:
- Rely on the Windows Event Log entries generated by the SFTP adapter (especially with the improvements from the cumulative updates), instead of enabling the adapter’s own Log folder.
- Use the Log folder only temporarily while diagnosing issues, then disable it to avoid continuous growth.
There is no documented BizTalk SFTP adapter property to switch the WinSCP log from “Normal” to a more minimal level.
References:
- KB4583529 - Improvement: SFTP adapter improvements
- KB5008172 – Improvement: Support for configurable file transfer modes in the SFTP adapter
- KB5029624 - FIX: SFTP adapter might raise unnecessary warnings if the receive location is configured as read-only
- How to Diagnose Problems with the FTP Adapter
- FTP Adapter Configuration Properties