Skip to content

SSH.SFTPTransferQueue.IsDownload

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

Method signatures

 Function IsDownload(Stream As BinaryStream) As Boolean
 Function IsDownload(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 transfer that the Stream is associated with is a download.

See also

Clone this wiki locally