-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPStream
Andrew Lambert edited this page Nov 26, 2022
·
19 revisions
SSH.SFTPStream
Protected Class SFTPStream
Implements SSHStream
This class represents a SFTP I/O Stream within a SFTPSession. It implements the SSHStream interface.
You will generally not create your own instances of this class. Instead use the references returned from methods like SFTPSession.Get or SFTPDirectory.OpenFile.
- AccessTime As Date
- Directory As Boolean
- FullPath As String
- Handle As Ptr
- IsReadable As Boolean
- IsWriteable As Boolean
- LastError As Int32
- LastErrorName As String
- Length As UInt64
- Mode As Permissions
- ModifyTime As Date
- Name As String
- Parent As SFTPDirectory
- Position As UInt64
- Session As SFTPSession
- Type As SFTPEntryType
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.