Skip to content

SSH.SFTPTransferQueue.AutoClose

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

Property declaration

 Dim AutoClose As Boolean

Remarks

If True (the default) then both the remote SFTPStream and the local BinaryStream will have their Close() methods called automatically. If False then you must be sure to close the streams yourself at some point, typically in the TransferComplete() event.

Clone this wiki locally