Skip to content

SSH.SFTPTransferQueue.HasTransfer

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

SSH.SFTPTransferQueue.HasTransfer

Method signatures

 Function HasTransfer(Stream As BinaryStream) As Boolean
 Function HasTransfer(Stream As SSH.SFTPStream) As Boolean

Parameters

Name Type Comment
Stream BinaryStream or SFTPStream One of the streams associated with the transfer.

Return value

Returns True if the Stream is in the queue.

See also

Clone this wiki locally