-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPTransferQueue.AddUpload
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.SFTPTransferQueue.AddUpload
Sub AddUpload(Destination As SSH.SFTPStream, Source As BinaryStream)| Name | Type | Comment |
|---|---|---|
| Destination | SFTPStream | The network side of the transfer. |
| Source | BinaryStream | The local side of the transfer. |
Adds a new upload 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.