-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPTransferQueue.AddDownload
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.SFTPTransferQueue.AddDownload
Sub AddDownload(Source As SSH.SFTPStream, Destination As BinaryStream)
Name | Type | Comment |
---|---|---|
Source | SFTPStream | The network side of the transfer. |
Destination | BinaryStream | The local side of the transfer. |
Adds a new download transfer to the queue.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.