Skip to content

Commit b7d48dd

Browse files
Merge pull request #211138 from jakobzlee/patch-1
Update secure-file-transfer-protocol-known-issues.md
2 parents dbd0490 + af49f28 commit b7d48dd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

articles/storage/blobs/secure-file-transfer-protocol-known-issues.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ The following clients are known to be incompatible with SFTP for Azure Blob Stor
3636

3737
The unsupported client list above is not exhaustive and may change over time.
3838

39+
## Client settings
40+
41+
To transfer files to or from Azure storage via client applications, see the following recommended client settings.
42+
43+
- WinSCP
44+
45+
- Under the **Preferences** dialog, under **Transfer** - **Endurance**, select **Disable** to disable the **Enable transfer resume/transfer to temporary filename** option.
46+
47+
> [!CAUTION]
48+
> Leaving this option enabled can cause failures or degraded performance during large file uploads.
49+
3950
## Unsupported operations
4051

4152
| Category | Unsupported operations |

articles/storage/blobs/secure-file-transfer-protocol-performance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ For WinSCP, you can use a maximum of 9 concurrent connections to upload multiple
3030

3131
> [!IMPORTANT]
3232
> Concurrent uploads will only improve performance when uploading multiple files at the same time. Using multiple connections to upload a single file is not supported.
33+
34+
- Under the **Preferences** dialog, under **Logging**, if the **Enable session logging on level** is checked, select **Reduced** or **Normal**.
35+
36+
> [!CAUTION]
37+
> Logging level **Debug 1** or **Debug 2** significantly reduces session operation performance.
3338
3439
## Use premium block blob storage accounts
3540

0 commit comments

Comments
 (0)