Skip to content

SSH.SFTPTransferQueue.AddDownload

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

SSH.SFTPTransferQueue.AddDownload

Method signature

 Sub AddDownload(Source As SSH.SFTPStream, Destination As BinaryStream)

Parameters

Name Type Comment
Source SFTPStream The network side of the transfer.
Destination BinaryStream The local side of the transfer.

Remarks

Adds a new download transfer to the queue.

See also

Clone this wiki locally