SSH.SFTPTransferQueue.MaxCount - charonn0/RB-libssh2 GitHub Wiki
SSH.SFTPTransferQueue.MaxCount
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.