SSH.SFTPTransferQueue.TransferComplete - charonn0/RB-libssh2 GitHub Wiki

SSH.SFTPTransferQueue.TransferComplete

Event signature

 Event Sub TransferComplete(NetworkStream As SSH.SFTPStream, FileStream As BinaryStream)

Parameters

Name Type Comment
NetworkStream SFTPStream The network side of the transfer.
FileStream BinaryStream The local side of the transfer.

Remarks

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.

See also