Skip to content

SSH.SFTPTransferQueue.IsUpload

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

Method signatures

Function IsUpload(Stream As BinaryStream) As Boolean 
Function IsUpload(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 an upload.

See also

Clone this wiki locally