SSH.SFTPTransferQueue.AddUpload - charonn0/RB-libssh2 GitHub Wiki
SSH.SFTPTransferQueue.AddUpload
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.