Skip to content

SSH.SFTPTransferQueue.MaxCount

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

Property declaration

 Dim MaxCount As Integer = 256

Remarks

The maximum number of transfers the SFTPTransferQueue will allow at any one time. AddDownload() and AddUpload() will raise an exception if adding the transfer would exceed this limit.

Clone this wiki locally