SSH.SFTPTransferQueue.IsDownload - charonn0/RB-libssh2 GitHub Wiki

SSH.SFTPTransferQueue.IsDownload

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