SSH.SCPStream - charonn0/RB-libssh2 GitHub Wiki
SSH.SCPStream
Class Declaration
Protected Class SCPStream
Inherits Channel
Implements SSHStream
Remarks
This class represents a single SCP transfer within the SSH Session. It implements the SSHStream interface.
Event definitions
Methods
- Close
- Constructor
- EOF
- Flush
- Poll
- PollReadable
- PollWriteable
- Read
- ReadBuffer
- ReadError
- Write
- WriteBuffer
- WriteError
Properties
- BytesReadable As UInt32
- BytesWriteable As UInt32
- Handle As Ptr
- IsOpen As Boolean
- LastError As Int32
- Length As UInt64
- Mode As Permissions
- Position As UInt64
- Session As SSH.Session