Skip to content

SSH.SFTPTransferQueue.AddUpload

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

Method signature

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

Parameters

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

Remarks

Adds a new upload transfer to the queue.

See also

Clone this wiki locally