-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPTransferQueue.TransferComplete
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
SSH.SFTPTransferQueue.TransferComplete
Event Sub TransferComplete(NetworkStream As SSH.SFTPStream, FileStream As BinaryStream)| Name | Type | Comment |
|---|---|---|
| NetworkStream | SFTPStream | The network side of the transfer. |
| FileStream | BinaryStream | The local side of the transfer. |
This event is raised when a transfer completes, successfully or not. You can use the IsDownload and IsUpload methods to determine what kind of transfer the NetworkStream represents.
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.