Chilkat VB.NET SFtpDir Class ReferenceSFtpDirRepresents a remote SFTP directory listing. Object Creation (C#) Chilkat.SFtpDir obj = new Chilkat.SFtpDir(); (VB.NET) Dim obj As New Chilkat.SFtpDir() Properties LastErrorHtml As String (ReadOnly)
LastErrorText As String (ReadOnly)
LastErrorXml As String (ReadOnly)
NumFilesAndDirs As Integer (ReadOnly)
OriginalPath As String (ReadOnly)
Methods Function GetFileObject(ByVal index As Integer) As SFtpFile
Function GetFilename(ByVal index As Integer) As String
Function SaveLastError(ByVal filename As String) As Boolean Saves the last error information to an XML formatted file. |